Update vec4-ext.h

This commit is contained in:
Recep Aslantas
2023-11-16 13:06:51 +03:00
parent a81c0f076a
commit c6e58bd44a

View File

@@ -223,7 +223,7 @@ glm_vec4_isvalid(vec4 v) {
CGLM_INLINE
void
glm_vec4_sign(vec4 v, vec4 dest) {
#if defined( __SSE2__ ) || defined( __SSE2__ )
#if defined( __SSE__ ) || defined( __SSE2__ )
__m128 x0, x1, x2, x3, x4;
x0 = glmm_load(v);