Skip to content

Commit 269d0ba

Browse files
GuillaumeGomezalexcrichton
authored andcommitted
add missing docs (#635)
1 parent d464018 commit 269d0ba

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

stdsimd/arch/detect/arch/arm.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! Run-time feature detection on ARM Aarch32.
22
3+
/// Checks if `arm` feature is enabled.
34
#[macro_export]
45
#[unstable(feature = "stdsimd", issue = "27731")]
56
#[allow_internal_unstable]

stdsimd/arch/detect/arch/mips.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! Run-time feature detection on MIPS.
22
3+
/// Checks if `mips` feature is enabled.
34
#[macro_export]
45
#[unstable(feature = "stdsimd", issue = "27731")]
56
#[allow_internal_unstable]

stdsimd/arch/detect/arch/mips64.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! Run-time feature detection on MIPS64.
22
3+
/// Checks if `mips64` feature is enabled.
34
#[macro_export]
45
#[unstable(feature = "stdsimd", issue = "27731")]
56
#[allow_internal_unstable]

stdsimd/arch/detect/arch/powerpc.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! Run-time feature detection on PowerPC.
22
3+
/// Checks if `powerpc` feature is enabled.
34
#[macro_export]
45
#[unstable(feature = "stdsimd", issue = "27731")]
56
#[allow_internal_unstable]

stdsimd/arch/detect/arch/powerpc64.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! Run-time feature detection on PowerPC64.
22
3+
/// Checks if `powerpc64` feature is enabled.
34
#[macro_export]
45
#[unstable(feature = "stdsimd", issue = "27731")]
56
#[allow_internal_unstable]

0 commit comments

Comments
 (0)