Skip to content

Commit 2c7db29

Browse files
Update testable-simd-models/src/core_arch/x86/models/mod.rs
Co-authored-by: maximebuyse <[email protected]>
1 parent 178531a commit 2c7db29

File tree

1 file changed

+1
-1
lines changed
  • testable-simd-models/src/core_arch/x86/models

1 file changed

+1
-1
lines changed

testable-simd-models/src/core_arch/x86/models/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! or with .into().
1414
//!
1515
//! 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
16+
//! LLVM instruction via an `unsafe extern "C"` module. In those cases, the corresponding
1717
//! function is defined in the `c_extern` module in each file, which contain manually
1818
//! written implementations made by consulting the appropriate Intel documentation.
1919
//!

0 commit comments

Comments
 (0)