mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 08:12:21 +03:00
rename vpshufb to pshufb_m256
This commit is contained in:
@@ -279,7 +279,7 @@ m128 pshufb(m128 a, m128 b) {
|
||||
}
|
||||
|
||||
static really_inline
|
||||
m256 vpshufb(m256 a, m256 b) {
|
||||
m256 pshufb_m256(m256 a, m256 b) {
|
||||
#if defined(HAVE_AVX2)
|
||||
return _mm256_shuffle_epi8(a, b);
|
||||
#else
|
||||
|
Reference in New Issue
Block a user