Skip to content

Commit 7cd6920

Browse files
committed
Fx avx2 build
1 parent fb76fd7 commit 7cd6920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xsimd/arch/xsimd_avx2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ namespace xsimd
353353
{
354354
XSIMD_IF_CONSTEXPR(std::is_same<T, uint8_t>::value)
355355
{
356-
return utils::bitwise_lshift_as_twice_larger<uint8_t, uint16_t>(self, shifts);
356+
return utils::bitwise_lshift_as_twice_larger<T, uint16_t>(self, shifts);
357357
}
358358
XSIMD_IF_CONSTEXPR(std::is_same<T, uint16_t>::value)
359359
{

0 commit comments

Comments
 (0)