zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

math.h (142B) - Raw


      1 /*	$NetBSD: math.h,v 1.4 2014/01/31 19:38:06 matt Exp $	*/
      2 
      3 #define	__HAVE_NANF
      4 #ifdef __ARM_PCS_AAPCS64
      5 #define __HAVE_LONG_DOUBLE	128
      6 #endif