mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
AArch64: Implement AdvSIMD and SVE acospi/f
Implement double and single precision variants of the C23 routine acospi for both AdvSIMD and SVE. Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
This commit is contained in:
committed by
Wilco Dijkstra
parent
1e84509e00
commit
993997ca1b
@@ -373,4 +373,15 @@
|
||||
#define __DECL_SIMD_tanpif32x
|
||||
#define __DECL_SIMD_tanpif64x
|
||||
#define __DECL_SIMD_tanpif128x
|
||||
|
||||
#define __DECL_SIMD_acospi
|
||||
#define __DECL_SIMD_acospif
|
||||
#define __DECL_SIMD_acospil
|
||||
#define __DECL_SIMD_acospif16
|
||||
#define __DECL_SIMD_acospif32
|
||||
#define __DECL_SIMD_acospif64
|
||||
#define __DECL_SIMD_acospif128
|
||||
#define __DECL_SIMD_acospif32x
|
||||
#define __DECL_SIMD_acospif64x
|
||||
#define __DECL_SIMD_acospif128x
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user