mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 11:19:02 +08:00
Fixed bug #95 by changing _M_IX64 to _M_X64 as proposed by Jan Schlicht.
This commit is contained in:
parent
3efff8c69e
commit
5d4ff3f99c
@ -167,7 +167,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// required for __cpuid, needs to be included after cmath
|
// required for __cpuid, needs to be included after cmath
|
||||||
#if defined(_MSC_VER) && (defined(_M_IX86)||defined(_M_IX64))
|
#if defined(_MSC_VER) && (defined(_M_IX86)||defined(_M_X64))
|
||||||
#include <intrin.h>
|
#include <intrin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user