Remove building with NOCRYPTO option
[minix.git] / lib / libm / arch / m68060 / s_tanhf.S
blobd98b094df23c62a1f5af2b03ca22eaf10d52f3b5
1 /* $NetBSD: s_tanhf.S,v 1.6 2010/01/06 14:11:53 phx Exp $ */
3 /*
4  * FPLSP wrapper for tanhf
5  * DO NOT EDIT - this file is automatically generated.
6  */
8 #include <machine/asm.h>
10 ENTRY(tanhf)
11 #ifdef __SVR4_ABI__
12         bral PIC_PLT(_C_LABEL(__fplsp060_01f8))
13 #else
14         movel %sp@(4),%sp@-
15         bsrl PIC_PLT(_C_LABEL(__fplsp060_01f8))
16         fmoves %fp0,%sp@
17         movel %sp@+,%d0
18         rts
19 #endif