Backtrack sur la modif de setfpucw

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@526 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1995-12-10 15:53:42 +00:00
parent 024386fa6f
commit 99c691f6a4
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ void init_ieee_floats()
{
#ifdef __i386__
#ifdef __linux__
__setfpucw(0x137E); /* _FPU_IEEE with IM bit clear */
__setfpucw(_FPU_IEEE);
#endif
#ifdef __FreeBSD__
fpsetmask(0);