From cceb599fc9855e5e96a1c354df20e672e157522e Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Wed, 23 Jun 2021 22:16:56 +0300 Subject: [PATCH] fix typo --- src/util/simd/arch/x86/impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {