mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Use ieee floats on ia64.
This commit is contained in:
parent
9c8a2647f6
commit
62b8ce411f
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ static char *rcsid = "$FreeBSD$";
|
|||
|
||||
#if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \
|
||||
defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
|
||||
defined(__arm32__) || defined(__ppc__)
|
||||
defined(__arm32__) || defined(__ppc__) || defined(__ia64__)
|
||||
#include <machine/endian.h>
|
||||
#define IEEEFP
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue