Skip to content

Commit ee1e273

Browse files
committed
Doc updates
1 parent 307d8be commit ee1e273

File tree

2 files changed

+2
-2
lines changed
  • testable-simd-models/src/core_arch

2 files changed

+2
-2
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
@@ -18,7 +18,7 @@
1818
//! written implementations made by consulting the appropriate Intel documentation.
1919
//!
2020
//! 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).
2222
#![allow(unused)]
2323
#[allow(non_camel_case_types)]
2424
mod types {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//! written implementations made by consulting the appropriate Intel documentation.
1919
//!
2020
//! 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).
2222
2323
pub mod avx;
2424
pub mod avx2;

0 commit comments

Comments
 (0)