https://bugs.kde.org/show_bug.cgi?id=406256

--- Comment #9 from Carl Love <c...@us.ibm.com> ---
Created attachment 120089
  --> https://bugs.kde.org/attachment.cgi?id=120089&action=edit
Updated patch to fix issues with dnormal values v5

Updated the patch per latest comments from Julian.

Split patch into VEX patch and test case patch.

Renamed negateVF32(value) to negate_Vector( size, value), vectorized.

Created new function  is_NaN_Vector(size, value)

Renamed dnormV32_adj() to dnorm_adj_Vector().

Lifted VSCR_NJ, made it Ity_I64.

The various assembly routines:  Removed my new code to set VSCR[NJ]=0 as it is
redundant given that there is existing code that is already clearing the
register.  Updated the comments in the code to make it clear where VSCR[NJ] is
set to 0.  Updated comments with regard to the invarent check to make it clear
what is being checked and what to do based on the check.  There are now no
functional changes to the assembly functions as they already ensure the
VSCR[NJ] but is set to 0.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to