Skip to content

Commit 258a6ae

Browse files
surechenAmanieu
authored andcommitted
remove redundant code
1 parent c799850 commit 258a6ae

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

crates/stdarch-gen/neon.spec

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -175,20 +175,12 @@ name = vabs
175175
fn = simd_fabs
176176
a = -0.1, -2.2, -3.3, -6.6
177177
validate 0.1, 2.2, 3.3, 6.6
178+
aarch64 = fabs
179+
generate float64x1_t:float64x1_t, float64x2_t:float64x2_t
178180

179181
arm = vabs
180-
aarch64 = fabs
181182
generate float32x2_t:float32x2_t, float32x4_t:float32x4_t
182183

183-
/// Floating-point absolute value
184-
name = vabs
185-
fn = simd_fabs
186-
a = -0.1, -2.2, -3.3, -6.6
187-
validate 0.1, 2.2, 3.3, 6.6
188-
189-
aarch64 = fabs
190-
generate float64x1_t:float64x1_t, float64x2_t:float64x2_t
191-
192184
////////////////////
193185
// greater then
194186
////////////////////

0 commit comments

Comments
 (0)