mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
AArch64: Implement AdvSIMD and SVE atanpi/f
Implement double and single precision variants of the C23 routine atanpi for both AdvSIMD and SVE. Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
This commit is contained in:
committed by
Wilco Dijkstra
parent
0ef2cf44e7
commit
edf6202815
@@ -395,4 +395,15 @@
|
||||
#define __DECL_SIMD_asinpif32x
|
||||
#define __DECL_SIMD_asinpif64x
|
||||
#define __DECL_SIMD_asinpif128x
|
||||
|
||||
#define __DECL_SIMD_atanpi
|
||||
#define __DECL_SIMD_atanpif
|
||||
#define __DECL_SIMD_atanpil
|
||||
#define __DECL_SIMD_atanpif16
|
||||
#define __DECL_SIMD_atanpif32
|
||||
#define __DECL_SIMD_atanpif64
|
||||
#define __DECL_SIMD_atanpif128
|
||||
#define __DECL_SIMD_atanpif32x
|
||||
#define __DECL_SIMD_atanpif64x
|
||||
#define __DECL_SIMD_atanpif128x
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user