Add __amd64__ to the list of things that use IEEEFP
This commit is contained in:
parent
5aed8cd5f6
commit
f7f1bb1485
@ -64,7 +64,7 @@ __FBSDID("$FreeBSD$");
|
||||
#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
|
||||
defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
|
||||
defined(__arm32__) || defined(__ppc__) || defined(__ia64__) || \
|
||||
defined(__arm26__) || defined(__sparc64__)
|
||||
defined(__arm26__) || defined(__sparc64__) || defined(__amd64__)
|
||||
#include <machine/endian.h>
|
||||
#define IEEEFP
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user