https://bugs.kde.org/show_bug.cgi?id=359767
--- Comment #7 from Carl Love <c...@us.ibm.com> --- > You need to change .n_alwaysDefd from 11 to 12, else this won't have any > effect. Fixed for the 32-bit and 64-bit cases. Missed that, thanks for catching it. >- if (mask & MASK_FPSCR_RN) { >+ if ( mask == MASK_FPSCR_RN ) { Not sure why that changed, I think it was OK before. Removed the change. > Please add ", whose original author was Jocelyn Mayer." Done. Will re-base patch on latest upstream. I will retest on all of the various Power 7, 8 BE and LE platforms before committing. Thanks for the review. -- You are receiving this mail because: You are watching all bug changes.