mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed Emscripten build.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
# include "float4_sse.h"
|
||||
#elif defined(__ARM_NEON__) && !BX_COMPILER_CLANG
|
||||
# include "float4_neon.h"
|
||||
#elif BX_COMPILER_CLANG
|
||||
#elif BX_COMPILER_CLANG && !BX_PLATFORM_EMSCRIPTEN && __has_extension(attribute_ext_vector_type)
|
||||
# include "float4_langext.h"
|
||||
#else
|
||||
# ifndef BX_FLOAT4_WARN_REFERENCE_IMPL
|
||||
|
||||
Reference in New Issue
Block a user