Skip to content

Commit 4b18779

Browse files
RalfJungprogrammerjake
authored andcommitted
fix typo
Co-authored-by: Jacob Lifshay <[email protected]>
1 parent 6d84bf9 commit 4b18779

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/x86

1 file changed

+1
-1
lines changed

crates/core_arch/src/x86/sse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)