https://bugs.kde.org/show_bug.cgi?id=515265
--- Comment #1 from Alexandra Hajkova <[email protected]> --- Created attachment 189055 --> https://bugs.kde.org/attachment.cgi?id=189055&action=edit patch Add BLENDPS and PBLENDW support for x86 32 bit Add decode_sse4_blend_imm which allows to reuse BLENDPD decoder code for BLENDPS and PBLENDW. Moved math_BLENDPS_128, math_PBLENDW_128 and math_PBLENDVB_128 from VEX/priv/guest_amd64_toIR.c to VEX/priv/guest_generic_sse.h to be able to reuse existing amd64 code for x86 implementation. Moved test_BLENDPS and test_PBLENDW from none/tests/amd64/sse4-64.c to none/tests/sse4-common.h and updated the expected tests output to match the new implementation. -- You are receiving this mail because: You are watching all bug changes.
