1321936Shselasky/*
2321936Shselasky * MD header for contrib/gdtoa
3335253Skib *
4335253Skib * $FreeBSD$
5321936Shselasky */
6321936Shselasky
7321936Shselasky/*
8321936Shselasky * NOTE: The definitions in this file must be correct or strtod(3) and
9321936Shselasky * floating point formats in printf(3) will break!  The file can be
10321936Shselasky * generated by running contrib/gdtoa/arithchk.c on the target
11321936Shselasky * architecture.  See contrib/gdtoa/gdtoaimp.h for details.
12321936Shselasky */
13321936Shselasky
14321936Shselasky#define IEEE_8087
15321936Shselasky#define Arith_Kind_ASL 1
16321936Shselasky#define Long int
17321936Shselasky#define Intcast (int)(long)
18335253Skib#define Double_Align
19321936Shselasky#define X64_bit_pointers
20321936Shselasky