From 2071666d0387c3723db3141ee026e963ac840a4e Mon Sep 17 00:00:00 2001 From: Wilco Dijkstra Date: Tue, 20 May 2025 13:39:02 +0000 Subject: [PATCH] AArch64: Fix typo in math-vector.h Fix typo atanpi2->atan2pi in math-vector.h. --- sysdeps/aarch64/fpu/bits/math-vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/aarch64/fpu/bits/math-vector.h b/sysdeps/aarch64/fpu/bits/math-vector.h index eca80fb3e0..77ae10d8b7 100644 --- a/sysdeps/aarch64/fpu/bits/math-vector.h +++ b/sysdeps/aarch64/fpu/bits/math-vector.h @@ -227,7 +227,7 @@ __vpcs __f32x4_t _ZGVnN4v_tanhf (__f32x4_t); __vpcs __f32x4_t _ZGVnN4v_tanpif (__f32x4_t); __vpcs __f64x2_t _ZGVnN2vv_atan2 (__f64x2_t, __f64x2_t); -__vpcs __f64x2_t _ZGVnN2vv_atanpi2 (__f64x2_t, __f64x2_t); +__vpcs __f64x2_t _ZGVnN2vv_atan2pi (__f64x2_t, __f64x2_t); __vpcs __f64x2_t _ZGVnN2v_acos (__f64x2_t); __vpcs __f64x2_t _ZGVnN2v_acosh (__f64x2_t); __vpcs __f64x2_t _ZGVnN2v_acospi (__f64x2_t); -- 2.47.2