We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb76fd7 commit 7cd6920Copy full SHA for 7cd6920
include/xsimd/arch/xsimd_avx2.hpp
@@ -353,7 +353,7 @@ namespace xsimd
353
{
354
XSIMD_IF_CONSTEXPR(std::is_same<T, uint8_t>::value)
355
356
- return utils::bitwise_lshift_as_twice_larger<uint8_t, uint16_t>(self, shifts);
+ return utils::bitwise_lshift_as_twice_larger<T, uint16_t>(self, shifts);
357
}
358
XSIMD_IF_CONSTEXPR(std::is_same<T, uint16_t>::value)
359
0 commit comments