4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-23 07:27:21 +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
..
2022-03-16 22:01:19 -04:00
2023-08-17 18:14:15 -04:00
2023-12-04 10:26:41 +01:00