acadia-newlib/newlib/libm
Keith Packard via Newlib a44bc679a4 libm/machine/arm: Add optimized fmaf and fma when available
When HAVE_FAST_FMAF is set, use the vfma.f32 instruction, when
HAVE_FAST_FMA is set, use the vfma.f64 instruction.

Usually the compiler built-ins will already have inlined these
instructions, but provide these symbols for cases where that doesn't
work instead of falling back to the (inaccurate) common code versions.

Signed-off-by: Keith Packard <keithp@keithp.com>
2020-08-10 21:04:12 +02:00
..
common libm/machine/arm: Add optimized fmaf and fma when available 2020-08-10 21:04:12 +02:00
complex
fenv
machine libm/machine/arm: Add optimized fmaf and fma when available 2020-08-10 21:04:12 +02:00
math libm/math: ensure that expf(-huge) sets FE_UNDERFLOW exception 2020-08-10 10:31:36 +02:00
mathfp
test
Makefile.am
Makefile.in
aclocal.m4
config.h.in
configure
configure.in
libm.in.xml
libm.texinfo