mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +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
|
||||
|
||||
/// \internal EIGEN_COMP_ARM set to 1 if the compiler is ARM Compiler
|
||||
#if defined(EMSCRIPTEN)
|
||||
#if defined(__EMSCRIPTEN__)
|
||||
#define EIGEN_COMP_EMSCRIPTEN 1
|
||||
#else
|
||||
#define EIGEN_COMP_EMSCRIPTEN 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user