mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-27 12:15:39 +03:00
AArch64: Implement AdvSIMD and SVE log2p1(f) routines
Vector variants of the new C23 log2p1 routines. Note: Benchmark inputs for log2p1(f) are identical to log1p(f). Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
This commit is contained in:
committed by
Wilco Dijkstra
parent
afce5fccdf
commit
db42732474
@@ -264,6 +264,17 @@
|
||||
#define __DECL_SIMD_log2f64x
|
||||
#define __DECL_SIMD_log2f128x
|
||||
|
||||
#define __DECL_SIMD_log2p1
|
||||
#define __DECL_SIMD_log2p1f
|
||||
#define __DECL_SIMD_log2p1l
|
||||
#define __DECL_SIMD_log2p1f16
|
||||
#define __DECL_SIMD_log2p1f32
|
||||
#define __DECL_SIMD_log2p1f64
|
||||
#define __DECL_SIMD_log2p1f128
|
||||
#define __DECL_SIMD_log2p1f32x
|
||||
#define __DECL_SIMD_log2p1f64x
|
||||
#define __DECL_SIMD_log2p1f128x
|
||||
|
||||
#define __DECL_SIMD_log1p
|
||||
#define __DECL_SIMD_log1pf
|
||||
#define __DECL_SIMD_log1pl
|
||||
|
||||
Reference in New Issue
Block a user