File fpexception.patch of Package guitarix
Index: src/headers/gx_system.h
===================================================================
--- src/headers/gx_system.h.orig
+++ src/headers/gx_system.h
@@ -67,8 +67,8 @@ inline void AVOIDDENORMALS() { _MM_SET_F
#else
#ifndef _XMMINTRIN_H_INCLUDED
-inline void _MM_SET_EXCEPTION_STATE(unsigned int __mask) {}
-inline unsigned int _MM_GET_EXCEPTION_STATE(void) { return 0; }
+//inline void _MM_SET_EXCEPTION_STATE(unsigned int __mask) {}
+//inline unsigned int _MM_GET_EXCEPTION_STATE(void) { return 0; }
#endif //ndef
inline void AVOIDDENORMALS() {}