xref: /netbsd-src/sys/arch/sparc/include/math.h (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
1 /*	$NetBSD: math.h,v 1.7 2014/02/01 16:10:12 matt Exp $	*/
2 
3 #define	__HAVE_NANF
4 
5 #if defined(_LP64) || defined(_KERNEL)
6 #define	__HAVE_LONG_DOUBLE	128
7 #endif
8