mirror of git://sourceware.org/git/glibc.git
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.
This commit is contained in:
parent
fdb16de387
commit
49acec179c
|
@ -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>
|
2018-08-14 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
[BZ #23519]
|
[BZ #23519]
|
||||||
|
|
|
@ -2548,14 +2548,14 @@ double: 1
|
||||||
float: 1
|
float: 1
|
||||||
float128: 3
|
float128: 3
|
||||||
idouble: 1
|
idouble: 1
|
||||||
ifloat:1
|
ifloat: 1
|
||||||
ifloat128: 3
|
ifloat128: 3
|
||||||
ildouble: 3
|
ildouble: 3
|
||||||
ldouble: 3
|
ldouble: 3
|
||||||
|
|
||||||
Function: "sin_towardzero":
|
Function: "sin_towardzero":
|
||||||
double: 1
|
double: 1
|
||||||
float:1
|
float: 1
|
||||||
float128: 2
|
float128: 2
|
||||||
idouble: 1
|
idouble: 1
|
||||||
ifloat: 1
|
ifloat: 1
|
||||||
|
@ -2565,7 +2565,7 @@ ldouble: 2
|
||||||
|
|
||||||
Function: "sin_upward":
|
Function: "sin_upward":
|
||||||
double: 1
|
double: 1
|
||||||
float:1
|
float: 1
|
||||||
float128: 3
|
float128: 3
|
||||||
idouble: 1
|
idouble: 1
|
||||||
ifloat: 1
|
ifloat: 1
|
||||||
|
|
Loading…
Reference in New Issue