Skip to content

Commit 9afecaf

Browse files
eduardosmAmanieu
authored andcommitted
Fix duplicated doc comment line and empty line after doc comment
1 parent e5e00aa commit 9afecaf

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

crates/core_arch/src/x86/avx512f.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2770,8 +2770,6 @@ pub unsafe fn _mm_maskz_min_ps(k: __mmask8, a: __m128, b: __m128) -> __m128 {
27702770
transmute(simd_select_bitmask(k, min, zero))
27712771
}
27722772

2773-
/// Compare packed double-precision (64-bit) floating-point elements in a and b, and store packed minimum values in dst.
2774-
27752773
/// Compare packed double-precision (64-bit) floating-point elements in a and b, and store packed minimum values in dst.
27762774
///
27772775
/// [Intel's documentation](https://www.intel.com/content/www/us/en/docs/intrinsics-guide/index.html#text=_mm512_min_pd&expand=3759)

crates/core_arch/src/x86/avx512fp16.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,6 @@ pub unsafe fn _mm512_maskz_div_ph(k: __mmask32, a: __m512h, b: __m512h) -> __m51
23082308
/// * [`_MM_FROUND_CUR_DIRECTION`] : use `MXCSR.RC` - see [`_MM_SET_ROUNDING_MODE`]
23092309
///
23102310
/// [Intel's documentation](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm512_div_round_ph)
2311-
23122311
#[inline]
23132312
#[target_feature(enable = "avx512fp16")]
23142313
#[cfg_attr(test, assert_instr(vdivph, ROUNDING = 8))]

0 commit comments

Comments
 (0)