You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: testable-simd-models/src/core_arch/arm_shared/models/mod.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
//! written implementations made by consulting the appropriate Intel documentation.
19
19
//!
20
20
//! In general, it is best to gain an idea of how an implementation should be written by looking
21
-
//! at how other functions are implemented. Also see `core::arch::arm` for reference.
21
+
//! at how other functions are implemented. Also see `core::arch::arm` for [reference](https://github.com/rust-lang/stdarch/tree/master/crates/core_arch).
Copy file name to clipboardExpand all lines: testable-simd-models/src/core_arch/x86/models/mod.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
//! written implementations made by consulting the appropriate Intel documentation.
19
19
//!
20
20
//! In general, it is best to gain an idea of how an implementation should be written by looking
21
-
//! at how other functions are implemented. Also see `core::arch::x86` for reference.
21
+
//! at how other functions are implemented. Also see `core::arch::x86` for [reference](https://github.com/rust-lang/stdarch/tree/master/crates/core_arch).
0 commit comments