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 cc1c078 commit c36837dCopy full SHA for c36837d
include/xsimd/arch/xsimd_avx512f.hpp
@@ -2369,7 +2369,7 @@ namespace xsimd
2369
}
2370
else XSIMD_IF_CONSTEXPR(sizeof(T) == 8)
2371
{
2372
- batch<T, sse4_2> low = _mm512_castsi256_si128(self);
+ batch<T, sse4_2> low = _mm512_castsi512_si128(self);
2373
return first(low, sse4_2 {});
2374
2375
else
0 commit comments