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 819f7e1 commit 5c40489Copy full SHA for 5c40489
include/xsimd/arch/xsimd_avx512f.hpp
@@ -32,6 +32,8 @@ namespace xsimd
32
XSIMD_INLINE batch<T, A> incr_if(batch<T, A> const& self, Mask const& mask, requires_arch<common>) noexcept;
33
template <class A, class T, size_t I>
34
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;
37
template <class A>
38
XSIMD_INLINE void transpose(batch<uint16_t, A>* matrix_begin, batch<uint16_t, A>* matrix_end, requires_arch<common>) noexcept;
39
0 commit comments