mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-12 09:23:12 +08:00
check for !x86 platforms, otherwise the BTL benchmark doesn't compile on arm/powerpc
This commit is contained in:
parent
9fa4e9a098
commit
1daf9b11ba
@ -44,7 +44,7 @@
|
|||||||
#define BTL_ASM_COMMENT(X)
|
#define BTL_ASM_COMMENT(X)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (defined __GNUC__) && (!defined __INTEL_COMPILER)
|
#if (defined __GNUC__) && (!defined __INTEL_COMPILER) && !defined(__arm__) && !defined(__powerpc__)
|
||||||
#define BTL_DISABLE_SSE_EXCEPTIONS() { \
|
#define BTL_DISABLE_SSE_EXCEPTIONS() { \
|
||||||
int aux; \
|
int aux; \
|
||||||
asm( \
|
asm( \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user