mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 21:19:47 -04:00
7 lines
143 B
C
7 lines
143 B
C
/* $NetBSD: math.h,v 1.4 2014/01/31 19:38:06 matt Exp $ */
|
|
|
|
#define __HAVE_NANF
|
|
#ifdef __ARM_PCS_AAPCS64
|
|
#define __HAVE_LONG_DOUBLE 128
|
|
#endif
|