From: Wilco Dijkstra Date: Tue, 20 May 2025 13:39:02 +0000 (+0000) Subject: AArch64: Fix typo in math-vector.h X-Git-Tag: glibc-2.42~229 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2071666d0387c3723db3141ee026e963ac840a4e;p=thirdparty%2Fglibc.git AArch64: Fix typo in math-vector.h Fix typo atanpi2->atan2pi in math-vector.h. --- 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);