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

Mark Wielaard <[email protected]> changed:

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

--- Comment #5 from Mark Wielaard <[email protected]> ---
commit a1904db1dd0ee8c046a3fd89c822463cd496d78e
Author: Alexandra Hájková <[email protected]>
Date:   Wed Feb 18 11:43:28 2026 -0500

    Add SSE4.1 PBLENDVB, BLENDVPS and BLENDVPD

    Add decoding of PBLENDVB (0x66 0F 38 10), BLENDVPS (0x66 0F 38 14)
    and BLENDVPD (0x66 0F 38 15) for x86 32-bit in guest_x86_toIR.c.

    Copy do_SseAssistedVectorAndScalar from VEX/priv/host_amd64_isel.c
    to VEX/priv/host_x86_isel.c and modify it for x86 32 bit.

    Also fix h_generic_calc_SarN64x2 and h_generic_calc_SarN8x16 to use
    VEX_REGPARM(3), required for the x86 helper call convention.

    Move PBLENDVB, BLENDVPS and BLENDVPD tests from sse4-64.c into
    the shared sse4-common.h so they are also exercised on x86.

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

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

Reply via email to