]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ALIROOT/fpu.c
Changes needed on Itanium (F.Carminati)
[u/mrichter/AliRoot.git] / ALIROOT / fpu.c
index 88f4bc801eb1a28988a0bf03b82531c565ef0954..d4da3cbd61bff15064e8cab38dce208ca994f8ee 100644 (file)
@@ -1,4 +1,6 @@
 #ifdef __linux
+#ifdef __ia64
+#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