File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -688,7 +688,6 @@ pub unsafe fn vld1q_f64(ptr: *const f64) -> float64x2_t {
688
688
pub unsafe fn vabsd_s64 ( a : i64 ) -> i64 {
689
689
vabsd_s64_ ( a)
690
690
}
691
-
692
691
/// Absolute Value (wrapping).
693
692
#[ inline]
694
693
#[ target_feature( enable = "neon" ) ]
Original file line number Diff line number Diff line change @@ -135,9 +135,6 @@ extern "C" {
135
135
#[ cfg_attr( target_arch = "arm" , link_name = "llvm.arm.neon.vabs.v4i32" ) ]
136
136
#[ cfg_attr( target_arch = "aarch64" , link_name = "llvm.aarch64.neon.abs.v4i32" ) ]
137
137
fn vabsq_s32_ ( a : int32x4_t ) -> int32x4_t ;
138
- #[ cfg_attr( target_arch = "arm" , link_name = "llvm.fabs.v4f32" ) ]
139
- #[ cfg_attr( target_arch = "aarch64" , link_name = "llvm.fabs.v4f32" ) ]
140
- fn vabsq_f32_ ( a : float32x4_t ) -> float32x4_t ;
141
138
142
139
#[ cfg_attr( target_arch = "arm" , link_name = "llvm.arm.neon.vrsqrte.v2f32" ) ]
143
140
#[ cfg_attr( target_arch = "aarch64" , link_name = "llvm.aarch64.neon.frsqrte.v2f32" ) ]
@@ -8567,7 +8564,6 @@ mod tests {
8567
8564
let e = i32x4:: new ( i32:: MIN , i32:: MAX , 0 , 1 ) ;
8568
8565
assert_eq ! ( r, e) ;
8569
8566
}
8570
-
8571
8567
#[ simd_test( enable = "neon" ) ]
8572
8568
unsafe fn test_vpadd_s16 ( ) {
8573
8569
let a = i16x4:: new ( 1 , 2 , 3 , 4 ) ;
You can’t perform that action at this time.
0 commit comments