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;
10
10
#[ unstable( feature = "stdarch_aarch64_mte" , issue = "129010" ) ]
11
11
pub use self :: mte:: * ;
12
12
13
- // NEON intrinsics are currently broken on big-endian, so don't expose them. (#1484)
14
- #[ cfg( target_endian = "little" ) ]
15
13
mod neon;
16
- #[ cfg( target_endian = "little" ) ]
17
14
#[ stable( feature = "neon_intrinsics" , since = "1.59.0" ) ]
18
15
pub use self :: neon:: * ;
19
16
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::*;
64
64
65
65
#[ cfg( test) ]
66
66
use 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