@@ -222,7 +222,7 @@ pub unsafe fn _mm512_maskz_add_epi16(k: __mmask32, a: __m512i, b: __m512i) -> __
222222
223223/// Add packed 16-bit integers in a and b, and store the results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
224224///
225- /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_mask_add_epi &expand=89)
225+ /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_mask_add_epi16 &expand=89)
226226#[inline]
227227#[target_feature(enable = "avx512bw,avx512vl")]
228228#[unstable(feature = "stdarch_x86_avx512", issue = "111137")]
@@ -2328,7 +2328,7 @@ pub unsafe fn _mm_maskz_min_epi8(k: __mmask16, a: __m128i, b: __m128i) -> __m128
23282328
23292329/// Compare packed unsigned 16-bit integers in a and b for less-than, and store the results in mask vector k.
23302330///
2331- /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=512_cmplt_epu16_mask &expand=1050)
2331+ /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm512_cmplt_epu16_mask &expand=1050)
23322332#[inline]
23332333#[target_feature(enable = "avx512bw")]
23342334#[unstable(feature = "stdarch_x86_avx512", issue = "111137")]
@@ -2350,7 +2350,7 @@ pub unsafe fn _mm512_mask_cmplt_epu16_mask(k1: __mmask32, a: __m512i, b: __m512i
23502350
23512351/// Compare packed unsigned 16-bit integers in a and b for less-than, and store the results in mask vector k.
23522352///
2353- /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=512_cmplt_epu16_mask &expand=1050)
2353+ /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_cmplt_epu16_mask &expand=1050)
23542354#[inline]
23552355#[target_feature(enable = "avx512bw,avx512vl")]
23562356#[unstable(feature = "stdarch_x86_avx512", issue = "111137")]
@@ -2372,7 +2372,7 @@ pub unsafe fn _mm256_mask_cmplt_epu16_mask(k1: __mmask16, a: __m256i, b: __m256i
23722372
23732373/// Compare packed unsigned 16-bit integers in a and b for less-than, and store the results in mask vector k.
23742374///
2375- /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_cmplt_epi16_mask &expand=1018)
2375+ /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_cmplt_epu16_mask &expand=1018)
23762376#[inline]
23772377#[target_feature(enable = "avx512bw,avx512vl")]
23782378#[unstable(feature = "stdarch_x86_avx512", issue = "111137")]
@@ -2383,7 +2383,7 @@ pub unsafe fn _mm_cmplt_epu16_mask(a: __m128i, b: __m128i) -> __mmask8 {
23832383
23842384/// Compare packed unsigned 16-bit integers in a and b for less-than, and store the results in mask vector k using zeromask k1 (elements are zeroed out when the corresponding mask bit is not set).
23852385///
2386- /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_mask_cmplt_epi16_mask &expand=1019)
2386+ /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_mask_cmplt_epu16_mask &expand=1019)
23872387#[inline]
23882388#[target_feature(enable = "avx512bw,avx512vl")]
23892389#[unstable(feature = "stdarch_x86_avx512", issue = "111137")]
@@ -9316,7 +9316,7 @@ pub unsafe fn _mm512_mask_test_epi16_mask(k: __mmask32, a: __m512i, b: __m512i)
93169316
93179317/// Compute the bitwise AND of packed 16-bit integers in a and b, producing intermediate 16-bit values, and set the corresponding bit in result mask k if the intermediate value is non-zero.
93189318///
9319- // [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_test_epi16_mask&expand=5882)
9319+ /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm256_test_epi16_mask&expand=5882)
93209320#[inline]
93219321#[target_feature(enable = "avx512bw,avx512vl")]
93229322#[unstable(feature = "stdarch_x86_avx512", issue = "111137")]
@@ -9342,7 +9342,7 @@ pub unsafe fn _mm256_mask_test_epi16_mask(k: __mmask16, a: __m256i, b: __m256i)
93429342
93439343/// Compute the bitwise AND of packed 16-bit integers in a and b, producing intermediate 16-bit values, and set the corresponding bit in result mask k if the intermediate value is non-zero.
93449344///
9345- // [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_test_epi16_mask&expand=5880)
9345+ /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm_test_epi16_mask&expand=5880)
93469346#[inline]
93479347#[target_feature(enable = "avx512bw,avx512vl")]
93489348#[unstable(feature = "stdarch_x86_avx512", issue = "111137")]
@@ -9459,7 +9459,7 @@ pub unsafe fn _mm512_testn_epi16_mask(a: __m512i, b: __m512i) -> __mmask32 {
94599459
94609460/// Compute the bitwise NAND of packed 16-bit integers in a and b, producing intermediate 16-bit values, and set the corresponding bit in result mask k (subject to writemask k) if the intermediate value is zero.
94619461///
9462- /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm512_mask_testn_epi16 &expand=5914)
9462+ /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm512_mask_testn_epi16_mask &expand=5914)
94639463#[inline]
94649464#[target_feature(enable = "avx512bw")]
94659465#[unstable(feature = "stdarch_x86_avx512", issue = "111137")]
@@ -10397,7 +10397,7 @@ pub unsafe fn _ktestz_mask64_u8(a: __mmask64, b: __mmask64) -> u8 {
1039710397
1039810398/// Unpack and interleave 16 bits from masks a and b, and store the 32-bit result in k.
1039910399///
10400- /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=512_kunpackw )
10400+ /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm512_kunpackw )
1040110401#[inline]
1040210402#[target_feature(enable = "avx512bw")]
1040310403#[unstable(feature = "stdarch_x86_avx512", issue = "111137")]
@@ -10408,7 +10408,7 @@ pub unsafe fn _mm512_kunpackw(a: __mmask32, b: __mmask32) -> __mmask32 {
1040810408
1040910409/// Unpack and interleave 32 bits from masks a and b, and store the 64-bit result in k.
1041010410///
10411- /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=512_kunpackd )
10411+ /// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm512_kunpackd )
1041210412#[inline]
1041310413#[target_feature(enable = "avx512bw")]
1041410414#[unstable(feature = "stdarch_x86_avx512", issue = "111137")]
0 commit comments