Skip to content

Commit 178531a

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//! operations like simd_cast or simd_shuffle might need a little modification
1010
//! for correct compilation.
1111
//!
12-
//! Calls to transmute are replaced with either an explicit call to a BitVec::from_ function,
12+
//! Calls to transmute are replaced with either an explicit call to a `BitVec::from_ function`,
1313
//! or with .into().
1414
//!
1515
//! Sometimes, an intrinsic in Rust is implemented by directly using the corresponding

0 commit comments

Comments
 (0)