1f9f848faSopenharmony_ci/*
2f9f848faSopenharmony_ci * MD header for contrib/gdtoa
3f9f848faSopenharmony_ci */
4f9f848faSopenharmony_ci
5f9f848faSopenharmony_ci/*
6f9f848faSopenharmony_ci * NOTE: The definitions in this file must be correct or strtod(3) and
7f9f848faSopenharmony_ci * floating point formats in printf(3) will break!  The file can be
8f9f848faSopenharmony_ci * generated by running contrib/gdtoa/arithchk.c on the target
9f9f848faSopenharmony_ci * architecture.  See contrib/gdtoa/gdtoaimp.h for details.
10f9f848faSopenharmony_ci */
11f9f848faSopenharmony_ci
12f9f848faSopenharmony_ci#define IEEE_8087
13f9f848faSopenharmony_ci#define Arith_Kind_ASL 1
14f9f848faSopenharmony_ci#define Long int
15f9f848faSopenharmony_ci#define Intcast (int)(long)
16f9f848faSopenharmony_ci#define Double_Align
17f9f848faSopenharmony_ci#define X64_bit_pointers
18