Skip to content

Commit

Permalink
sse: drop unused macros: glmm_shuff1x, glmm_shuff2
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed Apr 11, 2024
1 parent 480e1de commit 14c567d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions include/cglm/simd/x86.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@
# define glmm_splat_w(x) glmm_splat(x, 3)
#endif

/* glmm_shuff1x() is DEPRECATED!, use glmm_splat() */
#define glmm_shuff1x(xmm, x) glmm_shuff1(xmm, x, x, x, x)

#define glmm_shuff2(a, b, z0, y0, x0, w0, z1, y1, x1, w1) \
glmm_shuff1(_mm_shuffle_ps(a, b, _MM_SHUFFLE(z0, y0, x0, w0)), \
z1, y1, x1, w1)

#ifdef __AVX__
# ifdef CGLM_ALL_UNALIGNED
# define glmm_load256(p) _mm256_loadu_ps(p)
Expand Down

0 comments on commit 14c567d

Please sign in to comment.