We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[cfg(target_arch = "arm")]
1 parent f141aa6 commit f2c4eacCopy full SHA for f2c4eac
crates/core_arch/src/arm/mod.rs
@@ -32,7 +32,7 @@ pub use self::sat::*;
32
all(target_feature = "mclass", target_feature = "dsp"),
33
doc,
34
))]
35
-pub(crate) mod dsp;
+pub mod dsp;
36
37
#[cfg(any(
38
// >= v5TE but excludes v7-M
0 commit comments