diff options
author | Wilco Dijkstra <wdijkstr@arm.com> | 2018-08-15 12:56:22 +0100 |
---|---|---|
committer | Wilco Dijkstra <wdijkstr@arm.com> | 2018-08-15 12:56:22 +0100 |
commit | 49acec179ca9fb2da961b78f56ef5ce501bbb50b (patch) | |
tree | 7582c217994918480019e9f83d59c3fbb3cf94ad | |
parent | fdb16de38705ccff0dbf38af9956eb4165710106 (diff) | |
download | glibc-49acec179ca9fb2da961b78f56ef5ce501bbb50b.tar.gz glibc-49acec179ca9fb2da961b78f56ef5ce501bbb50b.tar.xz glibc-49acec179ca9fb2da961b78f56ef5ce501bbb50b.zip |
Fix spaces in x86_64 ULP file
Fix a few missing spaces, it's now identical to the regenerated version. Passes GLIBC tests on x64. * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate to fix spaces.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/x86_64/fpu/libm-test-ulps | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 90b693bc4f..f1cc02c1ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-08-15 Wilco Dijkstra <wdijkstr@arm.com> + + * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate to fix spaces. + 2018-08-14 Florian Weimer <fweimer@redhat.com> [BZ #23519] diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps index a51faecfc7..e26f9c1358 100644 --- a/sysdeps/x86_64/fpu/libm-test-ulps +++ b/sysdeps/x86_64/fpu/libm-test-ulps @@ -2548,14 +2548,14 @@ double: 1 float: 1 float128: 3 idouble: 1 -ifloat:1 +ifloat: 1 ifloat128: 3 ildouble: 3 ldouble: 3 Function: "sin_towardzero": double: 1 -float:1 +float: 1 float128: 2 idouble: 1 ifloat: 1 @@ -2565,7 +2565,7 @@ ldouble: 2 Function: "sin_upward": double: 1 -float:1 +float: 1 float128: 3 idouble: 1 ifloat: 1 |