remove redundant code
This commit is contained in:
parent
bebc695777
commit
a310df2e2c
1 changed files with 3 additions and 11 deletions
|
|
@ -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
|
||||
////////////////////
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue