- Patch to enable build on i386.

This commit is contained in:
Stephen Montgomery-Smith 2012-02-01 22:47:58 +00:00
parent e86aa29b7d
commit eef4583e76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290263

View file

@ -0,0 +1,11 @@
--- sympow-1.018.1.p9/src/fpu.c-orig 2012-02-01 01:01:04.000000000 +0000
+++ sympow-1.018.1.p9/src/fpu.c 2012-02-01 01:01:18.000000000 +0000
@@ -1,8 +1,4 @@
void fpu_53bits()
{
-#ifdef x86
-#include <fpu_control.h>
-fpu_control_t fpu_control=0x027f; _FPU_SETCW(fpu_control);
-#endif
}