4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-13 20:49:08 +08:00
Mickaël Thomas 920b72f4f6 arm: Fix fma & fmaf implementations
The vfma.f32|64 z, x, y instruction performs the operation
z += x * y without intermediate rounding.

The register used for z is both read and written by the instruction.
The inline assembly must therefore use the "+" constraint modifier.
2024-07-01 13:47:01 +01:00
..
2020-07-29 06:58:17 +02:00
2017-03-22 10:01:50 +01:00