[valgrind] [Bug 491667] std::fmin(val, NaN) should returns NaN on arm.

2024-08-14 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=491667 Paul Floyd changed: What|Removed |Added Assignee|jsew...@acm.org |pjfl...@wanadoo.fr -- You are receiving this mail

[valgrind] [Bug 491667] std::fmin(val, NaN) should returns NaN on arm.

2024-08-14 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=491667 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr -- You are receiving this mail

[valgrind] [Bug 491667] std::fmin(val, NaN) should returns NaN on arm.

2024-08-14 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=491667 --- Comment #3 from Mark Wielaard --- And the following comment at the top: /* KNOWN LIMITATIONS 2014-Nov-16 * Correctness: FMAXNM, FMINNM are implemented the same as FMAX/FMIN. Also FP comparison "unordered" .. is implemented as normal FP

[valgrind] [Bug 491667] std::fmin(val, NaN) should returns NaN on arm.

2024-08-14 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=491667 --- Comment #2 from Mark Wielaard --- Note that VEX/priv/guest_arm64_toIR.c contains the following comment: /* --- 0x,0111: FMINNM d_d, s_s --- (FIXME KLUDGED) */ [...] case BITS4(0,1,1,1): nm = "fminnm"; iop = mkVecMINF(ty+2); b

[valgrind] [Bug 491667] std::fmin(val, NaN) should returns NaN on arm.

2024-08-14 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=491667 Mark Wielaard changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0