https://bugs.kde.org/show_bug.cgi?id=427404
Carl Love <c...@us.ibm.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #132182|0 |1 is obsolete| | --- Comment #5 from Carl Love <c...@us.ibm.com> --- Created attachment 132620 --> https://bugs.kde.org/attachment.cgi?id=132620&action=edit functional support ISA 3.1 for reduced precision outer product operations Updated the patch to use dirty helpers for the outer product instructions rather then the clean helper. The advantage is the helper is only called once and the 128-bit result is written directly to the guest state. Previous implementation used a clean helper that was called twice to calculate the 128-bit result but then only return the upper or lower 64-bits of the result. -- You are receiving this mail because: You are watching all bug changes.