From e680bd4bf135e87813e2f487ca52146963a20a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 15 Oct 2014 20:01:55 -0700 Subject: [PATCH] Fixed Emscripten build. --- include/bx/float4_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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