https://bugs.kde.org/show_bug.cgi?id=425232
--- Comment #11 from Julian Seward <jsew...@acm.org> --- (In reply to Carl Love from comment #1) > Created attachment 130789 [details] > functional support byte reverse instructions ok to land > + case 0xBB: { // brd Byte-Reverse double word X-form As a comment, math_BSWAP() in guest_amd64_toIR.c offers a somewhat more efficient implementation of these (6 or,and,shift operations instead of 8). -- You are receiving this mail because: You are watching all bug changes.