mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
an attempt to fix compilation on windows mobile
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
#endif
|
||||
|
||||
// required for __cpuid, needs to be included after cmath
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) && (defined(_M_IX86)||defined(_M_IX64))
|
||||
#include <intrin.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user