We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b18779 commit 2832065Copy full SHA for 2832065
crates/core_arch/src/x86/sse.rs
@@ -1365,7 +1365,7 @@ pub unsafe fn _mm_sfence() {
1365
1366
/// Gets the unsigned 32-bit value of the MXCSR control and status register.
1367
///
1368
-/// Note that Rust makes no guarantees whatsoever about the contents of this regiser: Rust
+/// Note that Rust makes no guarantees whatsoever about the contents of this register: Rust
1369
/// floating-point operations may or may not result in this register getting updated with exception
1370
/// state, and the register can change between two invocations of this function even when no
1371
/// floating-point operations appear in the source code (since floating-point operations appearing
0 commit comments