powerpc:Regenerate ulps for hypot

Message ID 20230223172339.960558-1-bmahi496@linux.ibm.com
State Committed
Commit 56fc4b45c0b5c600ebbab452cce4ef6dd754f06f
Headers
Series powerpc:Regenerate ulps for hypot |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent
dj/TryBot-32bit success Build for i686

Commit Message

MAHESH BODAPATI Feb. 23, 2023, 5:23 p.m. UTC
  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(+)
  

Comments

Rajalakshmi Srinivasaraghavan Feb. 24, 2023, 4:09 a.m. UTC | #1
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.
  
Carlos O'Donell Feb. 25, 2023, 6:39 p.m. UTC | #2
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 :-)
  

Patch

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