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