https://bugs.kde.org/show_bug.cgi?id=426014
--- Comment #2 from Alexandra Hajkova <ahajk...@redhat.com> --- Created attachment 132344 --> https://bugs.kde.org/attachment.cgi?id=132344&action=edit tests patch ests for both 32 and 64 bit versions for fmadd and fmsub test results: ./fmadd32 FMADD 32bit: dst = z + x * y 76.246193 = 38.123096 + 55.000000 * 0.693147 /vg-in-place -q ./fmadd32 FMADD 32bit: dst = z + x * y 76.246193 = 38.123096 + 55.000000 * 0.693147 ./fmadd64 FMADD 64bit: dst = z + x * y 76.246190 = 38.123095 + 55.000000 * 0.693147 ./vg-in-place -q ./fmadd64 FMADD 64bit: dst = z + x * y 76.246190 = 38.123095 + 55.000000 * 0.693147 /fmsub32 FMSUB 32bit: dst = z + (-x) * y 0.000001 = 38.123096 + (-55.000000) * 0.693147 dst = 0000000035c00000 = 1.430511474609375e-06 /vg-in-place -q ./fmsub32 FMSUB 32bit: dst = z + (-x) * y 0.000000 = 38.123096 + (-55.000000) * 0.693147 dst = 0000000000000000 = 0 ./fmsub64 FMSUB 64bit: dst = z + (-x) * y -0.000000 = 38.123095 + (-55.000000) * 0.693147 dst = bce9000000000000 = -2.7755575615628914e-15 ./vg-in-place -q ./fmsub64 FMSUB 64bit: dst = z + (-x) * y 0.000000 = 38.123095 + (-55.000000) * 0.693147 dst = 0000000000000000 = 0 -- You are receiving this mail because: You are watching all bug changes.