mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
AArch64: Implement AdvSIMD and SVE atan2pi/f
Implement double and single precision variants of the C23 routine atan2pi for both AdvSIMD and SVE. Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
This commit is contained in:
committed by
Wilco Dijkstra
parent
edf6202815
commit
96abd59bf2
@@ -406,4 +406,15 @@
|
||||
#define __DECL_SIMD_atanpif32x
|
||||
#define __DECL_SIMD_atanpif64x
|
||||
#define __DECL_SIMD_atanpif128x
|
||||
|
||||
#define __DECL_SIMD_atan2pi
|
||||
#define __DECL_SIMD_atan2pif
|
||||
#define __DECL_SIMD_atan2pil
|
||||
#define __DECL_SIMD_atan2pif16
|
||||
#define __DECL_SIMD_atan2pif32
|
||||
#define __DECL_SIMD_atan2pif64
|
||||
#define __DECL_SIMD_atan2pif128
|
||||
#define __DECL_SIMD_atan2pif32x
|
||||
#define __DECL_SIMD_atan2pif64x
|
||||
#define __DECL_SIMD_atan2pif128x
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user