mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 12:19:12 +08:00
I'm told to use __EMSCRIPTEN__ by an Emscripten dev.
This commit is contained in:
parent
bfb3fcd94f
commit
9d6f1ad398
@ -100,7 +100,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/// \internal EIGEN_COMP_ARM set to 1 if the compiler is ARM Compiler
|
/// \internal EIGEN_COMP_ARM set to 1 if the compiler is ARM Compiler
|
||||||
#if defined(EMSCRIPTEN)
|
#if defined(__EMSCRIPTEN__)
|
||||||
#define EIGEN_COMP_EMSCRIPTEN 1
|
#define EIGEN_COMP_EMSCRIPTEN 1
|
||||||
#else
|
#else
|
||||||
#define EIGEN_COMP_EMSCRIPTEN 0
|
#define EIGEN_COMP_EMSCRIPTEN 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user