docs: add new option to docs

This commit is contained in:
Recep Aslantas
2018-05-10 16:27:40 +03:00
parent da5ad69863
commit 599524dacf
3 changed files with 11 additions and 5 deletions

View File

@@ -32,7 +32,7 @@
#ifdef CGLM_USE_INT_DOMAIN
# define glmm_shuff1(xmm, z, y, x, w) \
_mm_castsi128_ps(_mm_shuffle_epi32(_mm_castps_si128(xmm), \
_MM_SHUFFLE(z, y, x, w)))
_MM_SHUFFLE(z, y, x, w)))
#else
# define glmm_shuff1(xmm, z, y, x, w) \
_mm_shuffle_ps(xmm, xmm, _MM_SHUFFLE(z, y, x, w))