Commit ab9d8223 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

fix for 32 bit Linux problem reported by Timothy

parent cd45a441
...@@ -176,6 +176,9 @@ typedef fp_except fp_except_t; ...@@ -176,6 +176,9 @@ typedef fp_except fp_except_t;
/* for IRIX to use set_fpc_csr() */ /* for IRIX to use set_fpc_csr() */
#include <sys/fpu.h> #include <sys/fpu.h>
#endif #endif
#ifdef HAVE_FPU_CONTROL_H
#include <fpu_control.h>
#endif
#if defined(__i386__) && !defined(HAVE_FPU_CONTROL_H) #if defined(__i386__) && !defined(HAVE_FPU_CONTROL_H)
# define fpu_control_t unsigned int # define fpu_control_t unsigned int
# define _FPU_EXTENDED 0x300 # define _FPU_EXTENDED 0x300
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment