surround PI with parentheses + code style + update docs

This commit is contained in:
Recep Aslantas
2018-05-10 12:18:54 +03:00
parent 94b286f1f9
commit c6d07bb6eb
4 changed files with 9 additions and 9 deletions

View File

@@ -90,7 +90,7 @@ glm_inv_tr_sse2(mat4 mat) {
r1 = glmm_load(mat[1]);
r2 = glmm_load(mat[2]);
r3 = glmm_load(mat[3]);
x1 = _mm_set_ps(1.0f, 0.0f, 0.0f, 0.0f);
x1 = _mm_set_ps(1.0f, 0.0f, 0.0f, 0.0f);
_MM_TRANSPOSE4_PS(r0, r1, r2, x1);