Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.3
      1  1.3   thorpej #	$NetBSD: Makefile.inc,v 1.3 2002/10/26 06:44:54 thorpej Exp $
      2  1.1  fredette 
      3  1.3   thorpej SRCS+=	bswap16.c bswap32.c bswap64.c __sigsetjmp14.S __setjmp14.S _setjmp.S
      4  1.1  fredette 
      5  1.3   thorpej # Common ieee754 constants and functions
      6  1.3   thorpej SRCS+=	ieee754_infinity.c ieee754_nanf.c
      7  1.3   thorpej SRCS+=	ieee754_frexp.c ieee754_ldexp.c
      8  1.3   thorpej SRCS+=	ieee754_isinf.c
      9  1.3   thorpej SRCS+=	ieee754_isnan.c
     10  1.3   thorpej SRCS+=	ieee754_modf.c
     11  1.3   thorpej 
     12  1.3   thorpej # XXX Missing:
     13  1.3   thorpej # fabs, flt_rounds, fpgetmask, fpgetround, fpgetsticky
     14  1.3   thorpej # fpsetmask, fpsetround, fpsetsticky
     15