diff options
| author | Luna Lamb <luna.lamb@arm.com> | 2025-09-27 10:37:29 +0000 |
|---|---|---|
| committer | Wilco Dijkstra <wilco.dijkstra@arm.com> | 2025-09-27 12:45:59 +0000 |
| commit | 653e6c4fffe31938239c5fd15ba26fbb23870d2e (patch) | |
| tree | 415df2cda8e63205c36ccb2254eaec01c1fbf542 /bits | |
| parent | db42732474ba0b7517a00b7652c90de7dc9dfa3a (diff) | |
AArch64: Implement AdvSIMD and SVE log10p1(f) routines
Vector variants of the new C23 log10p1 routines.
Note: Benchmark inputs for log10p1(f) are identical to log1p(f)
Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
Diffstat (limited to 'bits')
| -rw-r--r-- | bits/libm-simd-decl-stubs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bits/libm-simd-decl-stubs.h b/bits/libm-simd-decl-stubs.h index 217feac736..21e72917f7 100644 --- a/bits/libm-simd-decl-stubs.h +++ b/bits/libm-simd-decl-stubs.h @@ -253,6 +253,17 @@ #define __DECL_SIMD_log10f64x #define __DECL_SIMD_log10f128x +#define __DECL_SIMD_log10p1 +#define __DECL_SIMD_log10p1f +#define __DECL_SIMD_log10p1l +#define __DECL_SIMD_log10p1f16 +#define __DECL_SIMD_log10p1f32 +#define __DECL_SIMD_log10p1f64 +#define __DECL_SIMD_log10p1f128 +#define __DECL_SIMD_log10p1f32x +#define __DECL_SIMD_log10p1f64x +#define __DECL_SIMD_log10p1f128x + #define __DECL_SIMD_log2 #define __DECL_SIMD_log2f #define __DECL_SIMD_log2l |
