mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-09 07:42:21 +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
|
static really_inline
|
||||||
m128 pshufb_m128(m128 a, m128 b) {
|
m128 pshufb_m128(m128 a, m128 b) {
|
||||||
m128 result;
|
return _mm_shuffle_epi8(a, b);
|
||||||
result = _mm_shuffle_epi8(a, b);
|
|
||||||
return result;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static really_inline
|
static really_inline
|
||||||
|
Reference in New Issue
Block a user