Skip to content

Commit

Permalink
Update x86-64 libm-test-ulps
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaeger committed May 6, 2012
1 parent ff8faaf commit d7cf87a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
(+cflags): Add +math-flags so that all of glibc gets compiled with
it.

* sysdeps/x86_64/fpu/libm-test-ulps: Updated.

2012-05-05 Joseph Myers <[email protected]>

* math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
Expand Down
12 changes: 12 additions & 0 deletions sysdeps/x86_64/fpu/libm-test-ulps
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,21 @@ ldouble: 1

# acos_downward
Test "acos_downward (-0) == pi/2":
float: 1
ifloat: 1
ildouble: 1
ldouble: 1
Test "acos_downward (-0.5) == M_PI_6l*4.0":
double: 1
idouble: 1
Test "acos_downward (-1) == pi":
float: 1
ifloat: 1
ildouble: 1
ldouble: 1
Test "acos_downward (0) == pi/2":
float: 1
ifloat: 1
ildouble: 1
ldouble: 1
Test "acos_downward (0.5) == M_PI_6l*2.0":
Expand All @@ -26,15 +32,21 @@ ifloat: 1

# acos_towardzero
Test "acos_towardzero (-0) == pi/2":
float: 1
ifloat: 1
ildouble: 1
ldouble: 1
Test "acos_towardzero (-0.5) == M_PI_6l*4.0":
double: 1
idouble: 1
Test "acos_towardzero (-1) == pi":
float: 1
ifloat: 1
ildouble: 1
ldouble: 1
Test "acos_towardzero (0) == pi/2":
float: 1
ifloat: 1
ildouble: 1
ldouble: 1
Test "acos_towardzero (0.5) == M_PI_6l*2.0":
Expand Down

0 comments on commit d7cf87a

Please sign in to comment.