xref: /netbsd-src/sys/arch/mips/include/math.h (revision b49cc1491953ef2348eff9c84520ffd0678a5c8d)
1 /*	$NetBSD: math.h,v 1.5 2011/01/17 23:53:03 matt Exp $	*/
2 
3 #define	__HAVE_NANF
4 #if defined(__mips_n32) || defined(__mips_n64)
5 #define __HAVE_LONG_DOUBLE
6 #endif
7