xref: /freebsd/lib/libc/i386/arith.h (revision f126890a)
1 /*
2  * MD header for contrib/gdtoa
3  */
4 
5 /*
6  * NOTE: The definitions in this file must be correct or strtod(3) and
7  * floating point formats in printf(3) will break!  The file can be
8  * generated by running contrib/gdtoa/arithchk.c on the target
9  * architecture.  See contrib/gdtoa/gdtoaimp.h for details.
10  */
11 
12 #define IEEE_8087
13 #define Arith_Kind_ASL 1
14