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 {
1410
1410
/// * The *denormals-are-zero mode flag* turns all numbers which would be
1411
1411
/// denormalized (exponent bits are all zeros) into zeros.
1412
1412
///
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
1414
1414
/// **immediate Undefined Behavior**: Rust assumes that these are always in their default state and
1415
1415
/// will optimize accordingly. This even applies when the register is altered and later reset to its
1416
1416
/// 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