diff options
| author | Ralf Jung <post@ralfj.de> | 2023-08-08 19:57:23 +0200 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2023-09-29 09:45:50 +0100 |
| commit | 7d5ffdffd779125409eab5c7107e236e9eb718a5 (patch) | |
| tree | bcd38a445d73c3ac9817ee50cbe2a7e5e463a467 /library/stdarch | |
| parent | 06f5033e509847c2445382d69e0a6ba76204cee0 (diff) | |
| download | rust-7d5ffdffd779125409eab5c7107e236e9eb718a5.tar.gz rust-7d5ffdffd779125409eab5c7107e236e9eb718a5.zip | |
fix typo
Co-authored-by: Jacob Lifshay <programmerjake@gmail.com>
Diffstat (limited to 'library/stdarch')
| -rw-r--r-- | library/stdarch/crates/core_arch/src/x86/sse.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/crates/core_arch/src/x86/sse.rs b/library/stdarch/crates/core_arch/src/x86/sse.rs index b7a9e4706fb..9bd2b4b0d1a 100644 --- a/library/stdarch/crates/core_arch/src/x86/sse.rs +++ b/library/stdarch/crates/core_arch/src/x86/sse.rs @@ -1410,7 +1410,7 @@ pub unsafe fn _mm_getcsr() -> u32 { /// * The *denormals-are-zero mode flag* turns all numbers which would be /// denormalized (exponent bits are all zeros) into zeros. /// -/// Note that modfying the masking flags, rounding mode, or denormals-are-zero mode flags leads to +/// Note that modifying the masking flags, rounding mode, or denormals-are-zero mode flags leads to /// **immediate Undefined Behavior**: Rust assumes that these are always in their default state and /// will optimize accordingly. This even applies when the register is altered and later reset to its /// original value without any floating-point operations appearing in the source code between those |
