mat3 multiplication

This commit is contained in:
Recep Aslantas
2016-10-08 14:15:31 +03:00
parent 78e4e867eb
commit a85bf47683
3 changed files with 170 additions and 1 deletions

View File

@@ -30,7 +30,7 @@
#define _mm_shuffle2_ps(a, b, z0, y0, x0, w0, z1, y1, x1, w1) \
_mm_shuffle1_ps(_mm_shuffle_ps(a, b, _MM_SHUFFLE(z0, y0, x0, w0)), \
z1, y1, x1, w1);
z1, y1, x1, w1)
#endif
#endif /* cglm_intrin_h */