mirror of
https://github.com/ocornut/imgui.git
synced 2024-12-18 18:46:13 +01:00
parent
53dd7552dc
commit
fce07bb1cb
@ -67,7 +67,7 @@ Index of this file:
|
||||
#endif
|
||||
#endif
|
||||
// Emscripten has partial SSE 4.2 support where _mm_crc32_u32 is not available. See https://emscripten.org/docs/porting/simd.html#id11 and #8213
|
||||
#if defined(IMGUI_ENABLE_SSE4_2) || !defined(__EMSCRIPTEN__)
|
||||
#if defined(IMGUI_ENABLE_SSE4_2) && !defined(__EMSCRIPTEN__)
|
||||
#define IMGUI_ENABLE_SSE4_2_CRC
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user