File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -790,8 +790,7 @@ pub unsafe fn _mm_ucomineq_ss(a: __m128, b: __m128) -> i32 {
790
790
///
791
791
/// The result is rounded according to the current rounding mode. If the result
792
792
/// cannot be represented as a 32 bit integer the result will be `0x8000_0000`
793
- /// (`i32::MIN`) or an invalid operation floating point exception if
794
- /// unmasked (see [`_mm_setcsr`](fn._mm_setcsr.html)).
793
+ /// (`i32::MIN`).
795
794
///
796
795
/// This corresponds to the `CVTSS2SI` instruction (with 32 bit output).
797
796
///
@@ -821,8 +820,7 @@ pub unsafe fn _mm_cvt_ss2si(a: __m128) -> i32 {
821
820
///
822
821
/// The result is rounded always using truncation (round towards zero). If the
823
822
/// result cannot be represented as a 32 bit integer the result will be
824
- /// `0x8000_0000` (`i32::MIN`) or an invalid operation floating point
825
- /// exception if unmasked (see [`_mm_setcsr`](fn._mm_setcsr.html)).
823
+ /// `0x8000_0000` (`i32::MIN`).
826
824
///
827
825
/// This corresponds to the `CVTTSS2SI` instruction (with 32 bit output).
828
826
///
You can’t perform that action at this time.
0 commit comments