From: Konstantinos Margaritis Date: Wed, 23 Jun 2021 19:16:56 +0000 (+0300) Subject: fix typo X-Git-Tag: v5.4.3+vectorscan~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cceb599fc9855e5e96a1c354df20e672e157522e;p=thirdparty%2Fvectorscan.git fix typo --- diff --git a/src/util/simd/arch/x86/impl.cpp b/src/util/simd/arch/x86/impl.cpp index d3132519..a14a66f5 100644 --- a/src/util/simd/arch/x86/impl.cpp +++ b/src/util/simd/arch/x86/impl.cpp @@ -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])}; } -#ifdef HS_HS_OPTIMIZE +#ifdef HS_OPTIMIZE template<> really_inline SuperVector<16> SuperVector<16>::lshift64(uint8_t const l) {