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 178531a commit 2c7db29Copy full SHA for 2c7db29
testable-simd-models/src/core_arch/x86/models/mod.rs
@@ -13,7 +13,7 @@
13
//! or with .into().
14
//!
15
//! Sometimes, an intrinsic in Rust is implemented by directly using the corresponding
16
-//! LLVM instruction via an `unsafe extern "C"` module. In thosse cases, the corresponding
+//! LLVM instruction via an `unsafe extern "C"` module. In those cases, the corresponding
17
//! function is defined in the `c_extern` module in each file, which contain manually
18
//! written implementations made by consulting the appropriate Intel documentation.
19
0 commit comments