mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
AArch64: Add vector logp1 alias for log1p
This enables vectorisation of C23 logp1, which is an alias for log1p. There are no new tests or ulp entries because the new symbols are simply aliases. Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
This commit is contained in:
committed by
Wilco Dijkstra
parent
4524670545
commit
751a5502be
@@ -253,6 +253,17 @@
|
||||
#define __DECL_SIMD_log1pf64x
|
||||
#define __DECL_SIMD_log1pf128x
|
||||
|
||||
#define __DECL_SIMD_logp1
|
||||
#define __DECL_SIMD_logp1f
|
||||
#define __DECL_SIMD_logp1l
|
||||
#define __DECL_SIMD_logp1f16
|
||||
#define __DECL_SIMD_logp1f32
|
||||
#define __DECL_SIMD_logp1f64
|
||||
#define __DECL_SIMD_logp1f128
|
||||
#define __DECL_SIMD_logp1f32x
|
||||
#define __DECL_SIMD_logp1f64x
|
||||
#define __DECL_SIMD_logp1f128x
|
||||
|
||||
#define __DECL_SIMD_atanh
|
||||
#define __DECL_SIMD_atanhf
|
||||
#define __DECL_SIMD_atanhl
|
||||
|
Reference in New Issue
Block a user