Message ID | 20230223172339.960558-1-bmahi496@linux.ibm.com |
---|---|
State | New |
Headers | show |
Series | powerpc:Regenerate ulps for hypot | expand |
On 2/23/23 11:23 AM, MAHESH BODAPATI wrote: > For new inputs added in commit 3efbf11fdf15ed991d2c41743921c524a867e145, > regenerate the ulps of hypot from 0(default) to 1 Thanks. Merged it.
On 2/23/23 23:09, Rajalakshmi Srinivasaraghavan via Libc-alpha wrote: > > On 2/23/23 11:23 AM, MAHESH BODAPATI wrote: >> For new inputs added in commit 3efbf11fdf15ed991d2c41743921c524a867e145, >> regenerate the ulps of hypot from 0(default) to 1 > Thanks. Merged it. > Raji, Just a quick reminder here that if you reviewed Mahesh's patch it is useful to add the following line to the end of the commit message: "Reviewed-by: Rajalakshmi Srinivasaraghavan <rajis@linux.vnet.ibm.com>" e.g. git-pw patch apply [patch number] git commit --amend Add line. This helps us track who has reviewed patches going into the development branch and acts as attribution for the project reviewers. When we generate the release note for the next release we explicitly thank those reviewers for their efforts :-)
diff --git a/sysdeps/powerpc/fpu/libm-test-ulps b/sysdeps/powerpc/fpu/libm-test-ulps index 001c167d2e..dbf71d8194 100644 --- a/sysdeps/powerpc/fpu/libm-test-ulps +++ b/sysdeps/powerpc/fpu/libm-test-ulps @@ -1310,21 +1310,25 @@ ldouble: 11 Function: "hypot": double: 1 +float: 1 float128: 1 ldouble: 1 Function: "hypot_downward": double: 1 +float: 1 float128: 1 ldouble: 2 Function: "hypot_towardzero": double: 1 +float: 1 float128: 1 ldouble: 2 Function: "hypot_upward": double: 1 +float: 1 float128: 1 ldouble: 3
From: Mahesh Bodapati <mahesh.bodapati@ibm.com> For new inputs added in commit 3efbf11fdf15ed991d2c41743921c524a867e145, regenerate the ulps of hypot from 0(default) to 1 --- sysdeps/powerpc/fpu/libm-test-ulps | 4 ++++ 1 file changed, 4 insertions(+)