https://bugs.kde.org/show_bug.cgi?id=518220
Mark Wielaard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Mark Wielaard <[email protected]> --- commit efe8ec6764d2e99fcade89f475a7da6f46c90abe Author: Mark Wielaard <[email protected]> Date: Wed May 27 20:03:47 2026 +0200 Add x86 ROUNDPS and ROUNDPD This completes the ROUNDPS, ROUNDSS, ROUNDPD and ROUNDSD SSE4.1 support for x86. x86 already supported SSE 4.1 ROUNDSS and ROUNDSD instructions. Add ROUNDPS and ROUNDPD support in VEX/priv/guest_x86_toIR.c based on the amd64 implementation. Move the testcases from sse4-64.c to sse4-common.h and make them use XMMREG_DST instead of xmm11 (which isn't available on x86). Add testcase output for test_ROUNDPD_w_immediate_rounding, test_ROUNDPS_w_immediate_rounding, test_ROUNDPD_w_mxcsr_rounding and test_ROUNDPS_w_mxcsr_rounding to sse4-x86.stdout.exp. https://bugs.kde.org/show_bug.cgi?id=518220 -- You are receiving this mail because: You are watching all bug changes.
