11 "Never use <avx10_2copyintrin.h> directly; include <immintrin.h> instead."
14#ifndef __AVX10_2COPYINTRIN_H
15#define __AVX10_2COPYINTRIN_H
18#define __DEFAULT_FN_ATTRS128 \
19 __attribute__((__always_inline__, __nodebug__, __target__("avx10.2-256"), \
20 __min_vector_width__(128)))
39 return (__m128i)__builtin_shufflevector(
60 return (__m128i)__builtin_shufflevector(
64#undef __DEFAULT_FN_ATTRS128
#define __DEFAULT_FN_ATTRS128
static __inline__ __m128i __DEFAULT_FN_ATTRS128 _mm_move_epi32(__m128i __A)
Constructs a 128-bit integer vector, setting the lower 32 bits to the lower 32 bits of the parameter ...
static __inline__ __m128i __DEFAULT_FN_ATTRS128 _mm_move_epi16(__m128i __A)
Constructs a 128-bit integer vector, setting the lower 16 bits to the lower 16 bits of the parameter ...
static __inline__ __m128i __DEFAULT_FN_ATTRS_CONSTEXPR _mm_setzero_si128(void)
Creates a 128-bit integer vector initialized to zero.