This commit is contained in:
Gael Guennebaud
2010-07-07 16:44:05 +02:00
54 changed files with 143 additions and 70 deletions

View File

@@ -44,7 +44,7 @@
#define BTL_ASM_COMMENT(X)
#endif
#if (defined __GNUC__) && (!defined __INTEL_COMPILER)
#if (defined __GNUC__) && (!defined __INTEL_COMPILER) && !defined(__arm__) && !defined(__powerpc__)
#define BTL_DISABLE_SSE_EXCEPTIONS() { \
int aux; \
asm( \