remove redundant code

This commit is contained in:
surechen 2021-03-06 09:31:19 +08:00 committed by Amanieu d'Antras
parent bebc695777
commit a310df2e2c

View file

@ -175,20 +175,12 @@ name = vabs
fn = simd_fabs
a = -0.1, -2.2, -3.3, -6.6
validate 0.1, 2.2, 3.3, 6.6
arm = vabs
aarch64 = fabs
generate float32x2_t:float32x2_t, float32x4_t:float32x4_t
/// Floating-point absolute value
name = vabs
fn = simd_fabs
a = -0.1, -2.2, -3.3, -6.6
validate 0.1, 2.2, 3.3, 6.6
aarch64 = fabs
generate float64x1_t:float64x1_t, float64x2_t:float64x2_t
arm = vabs
generate float32x2_t:float32x2_t, float32x4_t:float32x4_t
////////////////////
// greater then
////////////////////