[PATCH 0/8] Add Arm Optimize Routines on SHARED-FILES
Adhemerval Zanella
adhemerval.zanella@linaro.org
Thu Feb 26 20:01:46 GMT 2026
With the recent mathvec fixed, I noticed we never added the AOR entries
in the SHARED-FILES.
The first patch first syncs the current code with the latest AOR for
float and double. It simplifies future possible syncs and makes the
commit reference direct. No functional change is expected.
Adhemerval Zanella (8):
math: Sync powf with Arm Optimized Routines
math: Sync exp with Arm Optimized Routines
math: Sync exp2 with Arm Optimized Routines
math: Sync exp10 with Arm Optimized Routines
math: Sync log with Arm Optimized Routines
math: Sync log2 with Arm Optimized Routines
math: Sync pow with Arm Optimized Routines
SHARED-FILES: Mention Arm Optimize Routines
SHARED-FILES | 350 +++++++++
sysdeps/ieee754/dbl-64/e_exp.c | 39 +-
sysdeps/ieee754/dbl-64/e_exp2.c | 6 +
sysdeps/ieee754/dbl-64/e_exp_data.c | 959 +++++++++++++++++++++++-
sysdeps/ieee754/dbl-64/e_log.c | 49 +-
sysdeps/ieee754/dbl-64/e_log2.c | 14 +-
sysdeps/ieee754/dbl-64/e_log_data.c | 183 ++++-
sysdeps/ieee754/dbl-64/e_pow.c | 24 +-
sysdeps/ieee754/dbl-64/e_pow_log_data.c | 2 +-
sysdeps/ieee754/dbl-64/math_config.h | 22 +-
sysdeps/ieee754/flt-32/e_powf.c | 13 +-
11 files changed, 1615 insertions(+), 46 deletions(-)
--
2.43.0
More information about the Libc-alpha
mailing list