diff options
author | Keith Packard via Newlib <newlib@sourceware.org> | 2020-08-08 15:34:13 -0700 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2020-08-10 21:04:12 +0200 |
commit | a44bc679a47403e5439ae46106a886fcb6240233 (patch) | |
tree | 268aada7e68226f8ebfd99c3852a888af2d374d1 /winsup/cygwin/tzcode | |
parent | 0c1989070ee1d849c7a25ad2eb6c8e3fb1df6393 (diff) | |
download | newlib-a44bc679a47403e5439ae46106a886fcb6240233.zip newlib-a44bc679a47403e5439ae46106a886fcb6240233.tar.gz newlib-a44bc679a47403e5439ae46106a886fcb6240233.tar.bz2 |
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>
Diffstat (limited to 'winsup/cygwin/tzcode')
0 files changed, 0 insertions, 0 deletions