]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ALIROOT/fpu.c
Merging changes from v4-04-Release
[u/mrichter/AliRoot.git] / ALIROOT / fpu.c
index 421d4c2de2ecf73f6b2572508ec40a0dfe243604..945fbdc2cb0e1989674b3140156099211d17badf 100644 (file)
@@ -1,4 +1,6 @@
 #ifdef __linux
+#if defined (__ia64) || defined (__x86_64)
+#else
 #include <fpu_control.h>
 void __attribute__ ((constructor))
      trapfpe () {
@@ -7,3 +9,6 @@ void __attribute__ ((constructor))
   _FPU_SETCW(cw);
 }
 #endif
+#else
+void trapfpe () {}
+#endif