mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fix typo
This commit is contained in:
parent
e49fa3a97a
commit
cceb599fc9
@ -327,7 +327,7 @@ really_inline SuperVector<16> SuperVector<16>::pshufb(SuperVector<16> b)
|
|||||||
return {_mm_shuffle_epi8(u.v128[0], b.u.v128[0])};
|
return {_mm_shuffle_epi8(u.v128[0], b.u.v128[0])};
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HS_HS_OPTIMIZE
|
#ifdef HS_OPTIMIZE
|
||||||
template<>
|
template<>
|
||||||
really_inline SuperVector<16> SuperVector<16>::lshift64(uint8_t const l)
|
really_inline SuperVector<16> SuperVector<16>::lshift64(uint8_t const l)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user