Skip to content

Commit

Permalink
Add missing undef in _mm_roti_epi64 definition for blake2b-ssse3 (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scr3amer authored and jedisct1 committed Sep 2, 2023
1 parent 4322f15 commit 375a01d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#define STOREU(p, r) _mm_storeu_si128((__m128i *) (void *) (p), r)

#if !(defined(_mm_roti_epi64) && defined(__XOP__))
#undef _mm_roti_epi64
#define _mm_roti_epi64(x, c) \
(-(c) == 32) \
? _mm_shuffle_epi32((x), _MM_SHUFFLE(2, 3, 0, 1)) \
Expand Down

0 comments on commit 375a01d

Please sign in to comment.