@@ -102,7 +102,7 @@ The following table lists the intrinsics available on x64 processors. The Techno
102102| [ ` _fxrstor64 ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_fxrstor64 ) | FXSR | immintrin.h | ` void _fxrstor64(void const*); ` |
103103| [ ` _fxsave ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_fxsave ) | FXSR | immintrin.h | ` void _fxsave(void*); ` |
104104| [ ` _fxsave64 ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_fxsave64 ) | FXSR | immintrin.h | ` void _fxsave64(void*); ` |
105- | [ ` __getcallerseflags ` ] ( getcallerseflags.md ) | | intrin.h | ` ( unsigned int __getcallerseflags() );` |
105+ | [ ` __getcallerseflags ` ] ( getcallerseflags.md ) | | intrin.h | ` unsigned int __getcallerseflags(); ` |
106106| [ ` __halt ` ] ( halt.md ) | | intrin.h | ` void __halt(void); ` |
107107| [ ` __inbyte ` ] ( inbyte.md ) | | intrin.h | ` unsigned char __inbyte(unsigned short); ` |
108108| [ ` __inbytestring ` ] ( inbytestring.md ) | | intrin.h | ` void __inbytestring(unsigned short, unsigned char *, unsigned long); ` |
@@ -1033,7 +1033,7 @@ The following table lists the intrinsics available on x64 processors. The Techno
10331033| [ ` _mm256_round_ps ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_round_ps ) | AVX | immintrin.h | ` __m256 _mm256_round_ps(__m256, int); ` |
10341034| [ ` _mm256_rsqrt_ps ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_rsqrt_ps ) | AVX | immintrin.h | ` __m256 _mm256_rsqrt_ps(__m256); ` |
10351035| [ ` _mm256_sad_epu8 ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_sad_epu8 ) | AVX2 | immintrin.h | ` __m256i _mm256_sad_epu8(__m256i, __m256i); ` |
1036- | [ ` _mm256_set_epi16 ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_set_epi16 ) | AVX | immintrin.h | ` ( __m256i _mm256_set_epi16(short, short, short, short, short, short, short, short, short, short, short, short, short, short, short, short);` |
1036+ | [ ` _mm256_set_epi16 ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_set_epi16 ) | AVX | immintrin.h | ` __m256i _mm256_set_epi16(short, short, short, short, short, short, short, short, short, short, short, short, short, short, short, short); ` |
10371037| [ ` _mm256_set_epi32 ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_set_epi32 ) | AVX | immintrin.h | ` __m256i _mm256_set_epi32(int, int, int, int, int, int, int, int); ` |
10381038| [ ` _mm256_set_epi64x ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_set_epi64x ) | AVX | immintrin.h | ` __m256i _mm256_set_epi64x(long long, long long, long long, long long); ` |
10391039| [ ` _mm256_set_epi8 ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_set_epi8 ) | AVX | immintrin.h | ` __m256i _mm256_set_epi8(char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char); ` |
@@ -1045,10 +1045,10 @@ The following table lists the intrinsics available on x64 processors. The Techno
10451045| [ ` _mm256_set1_epi8 ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_set1_epi8 ) | AVX | immintrin.h | ` __m256i _mm256_set1_epi8(char); ` |
10461046| [ ` _mm256_set1_pd ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_set1_pd ) | AVX | immintrin.h | ` __m256d _mm256_set1_pd(double); ` |
10471047| [ ` _mm256_set1_ps ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_set1_ps ) | AVX | immintrin.h | ` __m256 _mm256_set1_ps(float); ` |
1048- | [ ` _mm256_setr_epi16 ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_setr_epi16 ) | AVX | immintrin.h | ` ( __m256i _mm256_setr_epi16(short, short, short, short, short, short, short, short, short, short, short, short, short, short, short, short);` |
1048+ | [ ` _mm256_setr_epi16 ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_setr_epi16 ) | AVX | immintrin.h | ` __m256i _mm256_setr_epi16(short, short, short, short, short, short, short, short, short, short, short, short, short, short, short, short); ` |
10491049| [ ` _mm256_setr_epi32 ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_setr_epi32 ) | AVX | immintrin.h | ` __m256i _mm256_setr_epi32(int, int, int, int, int, int, int, int); ` |
10501050| [ ` _mm256_setr_epi64x ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_setr_epi64x ) | AVX | immintrin.h | ` __m256i _mm256_setr_epi64x(long long, long long, long long, long long); ` |
1051- | [ ` _mm256_setr_epi8 ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_setr_epi8 ) | AVX | immintrin.h | ` ( __m256i _mm256_setr_epi8(char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char);` |
1051+ | [ ` _mm256_setr_epi8 ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_setr_epi8 ) | AVX | immintrin.h | ` __m256i _mm256_setr_epi8(char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char, char); ` |
10521052| [ ` _mm256_setr_pd ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_setr_pd ) | AVX | immintrin.h | ` __m256d _mm256_setr_pd(double, double, double, double); ` |
10531053| [ ` _mm256_setr_ps ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_setr_ps ) | AVX | immintrin.h | ` __m256 _mm256_setr_ps(float, float, float, float, float, float, float, float); ` |
10541054| [ ` _mm256_setzero_pd ` ] ( https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_setzero_pd ) | AVX | immintrin.h | ` __m256d _mm256_setzero_pd(void); ` |
0 commit comments