diff --git a/src/math/mat4.c b/src/math/mat4.c index 44eb261..e5e28fc 100644 --- a/src/math/mat4.c +++ b/src/math/mat4.c @@ -232,9 +232,9 @@ Mat4f_t* mat4f_tpo_r(Mat4f_t *__restrict out) Mat4f_t clone = mat4f_clone(out); #if defined (SIMD_X86) - __m128 res[4]; + __m128 row[4]; for (int i=0; i