https://bugs.kde.org/show_bug.cgi?id=460356
--- Comment #2 from Andreas Arnez <ar...@linux.ibm.com> --- Created attachment 154601 --> https://bugs.kde.org/attachment.cgi?id=154601&action=edit Patch with fixes and test cases This patch series includes a fix for this issue. It also fixes the implementation of some other vector floating point instructions: * VFMA, VFMS, VFNMA, and VFNMS for 128-bit FP (which were unimplemented) * VFCH and VFCHE (whose implementations were swapped) * VFMIN and VFMAX (which clobbered the condition code) Additionally, the series includes a test case that covers all these issues. -- You are receiving this mail because: You are watching all bug changes.