https://bugs.kde.org/show_bug.cgi?id=517840

Mark Wielaard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #3 from Mark Wielaard <[email protected]> ---
(In reply to Alexandra Hajkova from comment #2)
> I think "sz == 8" is redundant here, as there're no REX prefixes for 32bit
> 
> if ((sz == 2 || /* ignore redundant REX.W */ sz == 8)

Thanks. You are right. I removed the comment and || sz == 8 check.
Rebased the patch to master and then pushed:

commit 6647d8f07895a6de836d59676361ff9942299c13
Author: Mark Wielaard <[email protected]>
Date:   Wed Mar 18 18:18:38 2026 +0100

    Add PTEST SSE4.1 support for x86

    Add handling of PTEST to VEX/priv/guest_x86_toIR.c based on the
    guest_amd64_toIR.c implementation (dis_xTESTy_128 and finish_xTESTy,
    but only for 128 bit PTEST). Take tests from amd64/sse4-64.c with same
    test vectors to make sure flag results are the same.

    https://bugs.kde.org/show_bug.cgi?id=517840

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to