mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
e59b6e48f4
These configuration headers were only guessed, but unfortunately not exactly correctly. Therefore, re-generate them on real HW. Generated on CA15, verified on CA9, CA7(with VFP lite) and on 32-bit ARMv9. PR: 272229 Reported by: Robert Clausecker <fuz@FreeBSD.org> MFC after: 2 weeks
15 lines
453 B
C
15 lines
453 B
C
/*
|
|
* MD header for contrib/gdtoa
|
|
*
|
|
* NOTE: The definitions in this file must be correct or strtod(3) and
|
|
* floating point formats in printf(3) will break! The file can be
|
|
* generated by running contrib/gdtoa/arithchk.c on the target
|
|
* architecture. See contrib/gdtoa/gdtoaimp.h for details.
|
|
*
|
|
* Generated on CA15, verified on CA9, CA7(with VFP lite) and on 32-bit ARMv9.
|
|
*
|
|
*/
|
|
|
|
#define IEEE_8087
|
|
#define Arith_Kind_ASL 1
|
|
#define Double_Align
|