mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-08 23:32:23 +03:00
simplify function
This commit is contained in:
committed by
Konstantinos Margaritis
parent
c4685b14a6
commit
492874db43
@@ -281,9 +281,7 @@ char testbit128(m128 val, unsigned int n) {
|
||||
|
||||
static really_inline
|
||||
m128 pshufb_m128(m128 a, m128 b) {
|
||||
m128 result;
|
||||
result = _mm_shuffle_epi8(a, b);
|
||||
return result;
|
||||
return _mm_shuffle_epi8(a, b);
|
||||
}
|
||||
|
||||
static really_inline
|
||||
|
Reference in New Issue
Block a user