mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
AArch64: Implement AdvSIMD and SVE asinpi/f
Implement double and single precision variants of the C23 routine asinpi for both AdvSIMD and SVE. Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
This commit is contained in:
committed by
Wilco Dijkstra
parent
993997ca1b
commit
0ef2cf44e7
@@ -384,4 +384,15 @@
|
||||
#define __DECL_SIMD_acospif32x
|
||||
#define __DECL_SIMD_acospif64x
|
||||
#define __DECL_SIMD_acospif128x
|
||||
|
||||
#define __DECL_SIMD_asinpi
|
||||
#define __DECL_SIMD_asinpif
|
||||
#define __DECL_SIMD_asinpil
|
||||
#define __DECL_SIMD_asinpif16
|
||||
#define __DECL_SIMD_asinpif32
|
||||
#define __DECL_SIMD_asinpif64
|
||||
#define __DECL_SIMD_asinpif128
|
||||
#define __DECL_SIMD_asinpif32x
|
||||
#define __DECL_SIMD_asinpif64x
|
||||
#define __DECL_SIMD_asinpif128x
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user