]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ALIROOT/fpu.c
j -> i line 1162!!!
[u/mrichter/AliRoot.git] / ALIROOT / fpu.c
index 88f4bc801eb1a28988a0bf03b82531c565ef0954..945fbdc2cb0e1989674b3140156099211d17badf 100644 (file)
@@ -1,4 +1,6 @@
 #ifdef __linux
+#if defined (__ia64) || defined (__x86_64)
+#else
 #include <fpu_control.h>
 void __attribute__ ((constructor))
      trapfpe () {
@@ -6,6 +8,7 @@ void __attribute__ ((constructor))
                                      _FPU_MASK_OM);
   _FPU_SETCW(cw);
 }
+#endif
 #else
 void trapfpe () {}
 #endif