We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c799850 commit 258a6aeCopy full SHA for 258a6ae
crates/stdarch-gen/neon.spec
@@ -175,20 +175,12 @@ name = vabs
175
fn = simd_fabs
176
a = -0.1, -2.2, -3.3, -6.6
177
validate 0.1, 2.2, 3.3, 6.6
178
+aarch64 = fabs
179
+generate float64x1_t:float64x1_t, float64x2_t:float64x2_t
180
181
arm = vabs
-aarch64 = fabs
182
generate float32x2_t:float32x2_t, float32x4_t:float32x4_t
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
190
-generate float64x1_t:float64x1_t, float64x2_t:float64x2_t
191
192
////////////////////
193
// greater then
194
0 commit comments