Skip to content

Commit db26b8c

Browse files
fix avx512
1 parent 5e1a34d commit db26b8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/xsimd/arch/xsimd_avx512f.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ namespace xsimd
3232
XSIMD_INLINE batch<T, A> incr_if(batch<T, A> const& self, Mask const& mask, requires_arch<common>) noexcept;
3333
template <class A, class T, size_t I>
3434
XSIMD_INLINE batch<T, A> insert(batch<T, A> const& self, T val, index<I>, requires_arch<common>) noexcept;
35+
template <class A, class T, class ITy, ITy... Is>
36+
XSIMD_INLINE batch<T, A> swizzle(batch<T, A> const& self, batch_constant<ITy, A, Is...>, requires_arch<common>) noexcept;
3537
template <class A>
3638
XSIMD_INLINE void transpose(batch<uint16_t, A>* matrix_begin, batch<uint16_t, A>* matrix_end, requires_arch<common>) noexcept;
3739
template <class A>

0 commit comments

Comments
 (0)