about summary refs log tree commit diff
path: root/arch/m68k/syscall_arch.h
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2024-03-14 00:57:15 +0100
committerRich Felker <dalias@aerifal.cx>2024-03-14 10:04:42 -0400
commit9683bd62414604d3bd56cf6bd7be8f54aa31e7d3 (patch)
treefec3dbd3d660a979d52132d6e8bab526432b09ea /arch/m68k/syscall_arch.h
parent5370070fded61b569196764673a4fc8440aac79e (diff)
downloadmusl-9683bd62414604d3bd56cf6bd7be8f54aa31e7d3.tar.gz
musl-9683bd62414604d3bd56cf6bd7be8f54aa31e7d3.tar.xz
musl-9683bd62414604d3bd56cf6bd7be8f54aa31e7d3.zip
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/m68k/syscall_arch.h')
0 files changed, 0 insertions, 0 deletions