diff options
author | Szabolcs Nagy <nsz@port70.net> | 2024-03-14 00:57:15 +0100 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2024-03-14 10:04:42 -0400 |
commit | 9683bd62414604d3bd56cf6bd7be8f54aa31e7d3 (patch) | |
tree | fec3dbd3d660a979d52132d6e8bab526432b09ea /arch/loongarch64/bits/syscall.h.in | |
parent | 5370070fded61b569196764673a4fc8440aac79e (diff) | |
download | musl-9683bd62414604d3bd56cf6bd7be8f54aa31e7d3.tar.gz |
math: fix fma(x,y,0) when x*y rounds to -0
if x!=0, y!=0, z==0 then
fma(x,y,z) == x*y
in all rounding modes, while adding z can ruin the sign of 0 if x*y
rounds to -0.
Diffstat (limited to 'arch/loongarch64/bits/syscall.h.in')
0 files changed, 0 insertions, 0 deletions