Skip to content

Commit b56e1bf

Browse files
vbmi
1 parent 68e4e4a commit b56e1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xsimd/arch/xsimd_avx512vbmi2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ namespace xsimd
6060
template <class A>
6161
XSIMD_INLINE batch<int8_t, A> expand(batch<int8_t, A> const& self, batch_bool<int8_t, A> const& mask, requires_arch<avx512vbmi2>) noexcept
6262
{
63-
return _mm512_maskz_expand_epi8((mask.mask(), self);
63+
return _mm512_maskz_expand_epi8(mask.mask(), self);
6464
}
6565
template <class A>
6666
XSIMD_INLINE batch<uint8_t, A> expand(batch<uint8_t, A> const& self, batch_bool<uint8_t, A> const& mask, requires_arch<avx512vbmi2>) noexcept

0 commit comments

Comments
 (0)