File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1410,7 +1410,7 @@ pub unsafe fn _mm_getcsr() -> u32 {
14101410/// * The *denormals-are-zero mode flag* turns all numbers which would be
14111411/// denormalized (exponent bits are all zeros) into zeros.
14121412///
1413- /// Note that modfying the masking flags, rounding mode, or denormals-are-zero mode flags leads to
1413+ /// Note that modifying the masking flags, rounding mode, or denormals-are-zero mode flags leads to
14141414/// **immediate Undefined Behavior**: Rust assumes that these are always in their default state and
14151415/// will optimize accordingly. This even applies when the register is altered and later reset to its
14161416/// original value without any floating-point operations appearing in the source code between those
You can’t perform that action at this time.
0 commit comments