Skip to content

Commit c36837d

Browse files
author
Fikret Ardal
committed
fix function name in avx512f
1 parent cc1c078 commit c36837d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xsimd/arch/xsimd_avx512f.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2369,7 +2369,7 @@ namespace xsimd
23692369
}
23702370
else XSIMD_IF_CONSTEXPR(sizeof(T) == 8)
23712371
{
2372-
batch<T, sse4_2> low = _mm512_castsi256_si128(self);
2372+
batch<T, sse4_2> low = _mm512_castsi512_si128(self);
23732373
return first(low, sse4_2 {});
23742374
}
23752375
else

0 commit comments

Comments
 (0)