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 3b629bd commit af49b73Copy full SHA for af49b73
testable-simd-models/src/core_arch/arm_shared/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