]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ALIROOT/fpu.c
Base Particle Cuts moved to the separate file. Property eneum defined namespace of...
[u/mrichter/AliRoot.git] / ALIROOT / fpu.c
index 421d4c2de2ecf73f6b2572508ec40a0dfe243604..d4da3cbd61bff15064e8cab38dce208ca994f8ee 100644 (file)
@@ -1,4 +1,6 @@
 #ifdef __linux
+#ifdef __ia64
+#else
 #include <fpu_control.h>
 void __attribute__ ((constructor))
      trapfpe () {
@@ -7,3 +9,6 @@ void __attribute__ ((constructor))
   _FPU_SETCW(cw);
 }
 #endif
+#else
+void trapfpe () {}
+#endif