mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
simplify function
This commit is contained in:
parent
e215157a21
commit
273b9683ac
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user