Fix some NEON intrinsics not appearing in standard library docs
This happens because the docs are built for x86_64, see #1345. Fixes #1444
This commit is contained in:
parent
ecc8d7ccb6
commit
cf728faa26
2 changed files with 191 additions and 191 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -2528,7 +2528,7 @@ fn gen_arm(
|
|||
|
||||
{function_doc}
|
||||
#[inline]
|
||||
#[cfg(target_arch = "aarch64")]{target_feature_aarch64}
|
||||
#[cfg(not(target_arch = "arm"))]{target_feature_aarch64}
|
||||
#[cfg_attr(test, assert_instr({assert_aarch64}{const_assert}))]{const_legacy}{stable_aarch64}
|
||||
{call_aarch64}
|
||||
"#,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue