File tree Expand file tree Collapse file tree 8 files changed +2451
-11951
lines changed Expand file tree Collapse file tree 8 files changed +2451
-11951
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,7 @@ mod mte;
1010#[ unstable( feature = "stdarch_aarch64_mte" , issue = "129010" ) ]
1111pub use self :: mte:: * ;
1212
13- // NEON intrinsics are currently broken on big-endian, so don't expose them. (#1484)
14- #[ cfg( target_endian = "little" ) ]
1513mod neon;
16- #[ cfg( target_endian = "little" ) ]
1714#[ stable( feature = "neon_intrinsics" , since = "1.59.0" ) ]
1815pub use self :: neon:: * ;
1916
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -64,12 +64,3 @@ pub use crate::core_arch::arm_shared::*;
6464
6565#[ cfg( test) ]
6666use stdarch_test:: assert_instr;
67-
68- // NEON intrinsics are currently broken on big-endian, so don't expose them. (#1484)
69- #[ cfg( target_endian = "little" ) ]
70- #[ cfg( any( target_feature = "v7" , doc) ) ]
71- pub ( crate ) mod neon;
72- #[ cfg( target_endian = "little" ) ]
73- #[ cfg( any( target_feature = "v7" , doc) ) ]
74- #[ unstable( feature = "stdarch_arm_neon_intrinsics" , issue = "111800" ) ]
75- pub use neon:: * ;
Load Diff Large diffs are not rendered by default.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments