xref: /netbsd-src/sys/arch/sparc/include/math.h (revision 95b39c65ca575fb40c6bb7083e0eb7ec28eabef1)
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