glibc/sysdeps/arc/fpu
Adhemerval Zanella ae679a0aca math: Use asinpif from CORE-MATH
The CORE-MATH implementation is correctly rounded (for any rounding mode)
and shows better performance to the generic asinpif.

The code was adapted to glibc style and to use the definition of
math_config.h (to handle errno, overflow, and underflow).

Benchtest on x64_64 (Ryzen 9 5900X, gcc 14.2.1), aarch64 (Neoverse-N1,
gcc 13.3.1), and powerpc (POWER10, gcc 13.2.1):

latency                 master        patched   improvement
x86_64                 46.4996        41.6126        10.51%
x86_64v2               46.7551        38.8235        16.96%
x86_64v3               42.6235        33.7603        20.79%
aarch64 (Neoverse)     17.4161        14.3604        17.55%
power8                 10.7347         9.0193        15.98%
power10                10.6420         9.0362        15.09%

reciprocal-throughput   master        patched   improvement
x86_64                 24.7208        16.5544        33.03%
x86_64v2               24.2177        14.8938        38.50%
x86_64v3               20.5617        10.5452        48.71%
aarch64 (Neoverse)     13.4827        7.17613        46.78%
power8                 6.46134        3.56089        44.89%
power10                5.79007        3.49544        39.63%

Reviewed-by: DJ Delorie <dj@redhat.com>
2025-02-12 16:31:57 -03:00
..
fclrexcpt.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fegetenv.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fegetmode.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fegetround.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
feholdexcpt.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fesetenv.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fesetexcept.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fesetmode.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fesetround.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
feupdateenv.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fgetexcptflg.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fraiseexcpt.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
fsetexcptflg.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
ftestexcept.c Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
libm-test-ulps math: Use asinpif from CORE-MATH 2025-02-12 16:31:57 -03:00
libm-test-ulps-name
math-use-builtins-fma.h ARC:fpu: add extra capability check before use of sqrt and fma builtins 2023-02-17 16:17:58 -03:00
math-use-builtins-sqrt.h ARC:fpu: add extra capability check before use of sqrt and fma builtins 2023-02-17 16:17:58 -03:00