[valgrind] [Bug 476025] Vbit expected test results for Iop_CmpGT64Ux2 are wrong.

2024-04-11 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=476025 Paul Floyd changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[valgrind] [Bug 476025] Vbit expected test results for Iop_CmpGT64Ux2 are wrong.

2024-04-11 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=476025 --- Comment #13 from Paul Floyd --- Merged commit 94e826519a810e52bba539a7c41f4074f0631e10 (HEAD -> master, origin/master, origin/HEAD) Author: Eyal Soha Date: Tue Oct 24 21:52:56 2023 -0600 Add support for expensive cmpgt into vbits -- You

[valgrind] [Bug 476025] Vbit expected test results for Iop_CmpGT64Ux2 are wrong.

2024-04-11 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=476025 Paul Floyd changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[valgrind] [Bug 476025] Vbit expected test results for Iop_CmpGT64Ux2 are wrong.

2024-04-11 Thread Eyal
https://bugs.kde.org/show_bug.cgi?id=476025 --- Comment #12 from Eyal --- But this one is not merged: https://bugsfiles.kde.org/attachment.cgi?id=162566 Should it be merged? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 476025] Vbit expected test results for Iop_CmpGT64Ux2 are wrong.

2024-04-11 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=476025 Paul Floyd changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[valgrind] [Bug 476025] Vbit expected test results for Iop_CmpGT64Ux2 are wrong.

2023-10-31 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=476025 --- Comment #10 from Carl Love --- Created attachment 162779 --> https://bugs.kde.org/attachment.cgi?id=162779=edit enable PowerPC testing of Iop_CmpGT* Iops Created patch to add PowerPC testing of the Iop_CmpGT* Iops. Test on top of attachment

[valgrind] [Bug 476025] Vbit expected test results for Iop_CmpGT64Ux2 are wrong.

2023-10-25 Thread Eyal
https://bugs.kde.org/show_bug.cgi?id=476025 Eyal changed: What|Removed |Added Attachment #162550|0 |1 is obsolete|| ---

[valgrind] [Bug 476025] Vbit expected test results for Iop_CmpGT64Ux2 are wrong.

2023-10-25 Thread Eyal
https://bugs.kde.org/show_bug.cgi?id=476025 --- Comment #8 from Eyal --- I completed the new tests. Please try adding ppc platforms and test them. I already added amd64 testing for a few of them. On Wed, Oct 25, 2023, 09:37 Carl Love wrote: > https://bugs.kde.org/show_bug.cgi?id=476025 > >

[valgrind] [Bug 476025] Vbit expected test results for Iop_CmpGT64Ux2 are wrong.

2023-10-25 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=476025 --- Comment #7 from Carl Love --- The test for the Iop_CmpGT64Ux2 was changed as follows: diff --git a/memcheck/tests/vbit-test/irops.c b/memcheck/tests/vbit-test/irops.c index a09470905..e94ea2432 100644 --- a/memcheck/tests/vbit-test/irops.c +++

[valgrind] [Bug 476025] Vbit expected test results for Iop_CmpGT64Ux2 are wrong.

2023-10-24 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=476025 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr -- You are receiving this

[valgrind] [Bug 476025] Vbit expected test results for Iop_CmpGT64Ux2 are wrong.

2023-10-24 Thread Eyal
https://bugs.kde.org/show_bug.cgi?id=476025 --- Comment #6 from Eyal --- Created attachment 162550 --> https://bugs.kde.org/attachment.cgi?id=162550=edit Fix vbits for cmpgtExB where E*B==128 This adds more precise testing to the vbits program. Only amd64 is enabled. Add .ppc32=1 or

[valgrind] [Bug 476025] Vbit expected test results for Iop_CmpGT64Ux2 are wrong.

2023-10-24 Thread Eyal
https://bugs.kde.org/show_bug.cgi?id=476025 Eyal changed: What|Removed |Added CC||eyals...@gmail.com --- Comment #5 from Eyal --- I'll

[valgrind] [Bug 476025] Vbit expected test results for Iop_CmpGT64Ux2 are wrong.

2023-10-24 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=476025 Carl Love changed: What|Removed |Added Resolution|FIXED |--- Status|CLOSED

[valgrind] [Bug 476025] Vbit expected test results for Iop_CmpGT64Ux2 are wrong.

2023-10-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=476025 Carl Love changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #3 from Carl Love --- Closing

[valgrind] [Bug 476025] Vbit expected test results for Iop_CmpGT64Ux2 are wrong.

2023-10-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=476025 Carl Love changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[valgrind] [Bug 476025] Vbit expected test results for Iop_CmpGT64Ux2 are wrong.

2023-10-23 Thread Carl Love
https://bugs.kde.org/show_bug.cgi?id=476025 --- Comment #1 from Carl Love --- Patch to update the expected results committed. commit 5396fc8d0197e843657736ef8f7d9774400980c9 (HEAD -> master, origin/master, origin/HEAD) Author: Carl Love Date: Mon Oct 23 19:15:00 2023 -0400 Bug 476025 -