Use ieee floats on ia64.

This commit is contained in:
Doug Rabson 2001-03-06 16:06:38 +00:00
parent 9c8a2647f6
commit 62b8ce411f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73884

View File

@ -56,7 +56,7 @@ static char *rcsid = "$FreeBSD$";
#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \ defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
defined(__arm32__) || defined(__ppc__) defined(__arm32__) || defined(__ppc__) || defined(__ia64__)
#include <machine/endian.h> #include <machine/endian.h>
#define IEEEFP #define IEEEFP
#endif #endif