diff --git a/include/cglm/quat.h b/include/cglm/quat.h index b34fa80b..ab0c5902 100644 --- a/include/cglm/quat.h +++ b/include/cglm/quat.h @@ -258,7 +258,7 @@ glm_quat_normalize_to(versor q, versor dest) { } glmm_store(dest, wasm_f32x4_div(x0, wasm_f32x4_sqrt(xdot))); -#elif defined( __SSE2__ ) || defined( __SSE2__ ) +#elif defined( __SSE__ ) || defined( __SSE2__ ) __m128 xdot, x0; float dot;