diff --git a/include/bx/float4_t.h b/include/bx/float4_t.h index 2c991b4..63ea119 100644 --- a/include/bx/float4_t.h +++ b/include/bx/float4_t.h @@ -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