mirror of
https://github.com/recp/cglm.git
synced 2025-12-31 20:56:07 +00:00
simd128: handle both sse2 and simd128 enabled by Emscripten
https://github.com/recp/cglm/pull/286#issuecomment-1492985403
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(CGLM_SIMD_x86)
|
||||
#if defined(CGLM_SIMD_x86) && !defined(CGLM_SIMD_WASM)
|
||||
# include "x86.h"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user