https://bugs.kde.org/show_bug.cgi?id=523375
Mark Wielaard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Mark Wielaard <[email protected]> --- (In reply to mcermak from comment #1) > Created attachment 194514 [details] > proposed patch Good, I only now see that explicit memset(blockC, 0x55, 80) at the start "clearing" the whole blockC. I only question the use of movw and %cx. The pcmpXstrI instructions seem to explicitly say they leave the result in ecx, so I believe this really should be "movl 64(%0), %%ecx" and "movl %%ecx, 64(%0)", even if the index might always fit into 4 bytes, instead of 8 bytes. -- You are receiving this mail because: You are watching all bug changes.
