mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 19:53:32 +08:00
regenerate ulps on x86_64 with -march=native
On x86_64, when configuring glibc with CFLAGS="-O2 -g -march=native", some tests fail. After this patch, "make check" succeeds. Tested on Intel Core i5-4590 with gcc 10.2.1.
This commit is contained in:
parent
b25b067491
commit
e6eef0adc5
@ -1316,19 +1316,19 @@ float128: 1
|
||||
ldouble: 1
|
||||
|
||||
Function: "j0":
|
||||
double: 2
|
||||
double: 3
|
||||
float: 9
|
||||
float128: 2
|
||||
ldouble: 8
|
||||
|
||||
Function: "j0_downward":
|
||||
double: 5
|
||||
double: 6
|
||||
float: 9
|
||||
float128: 9
|
||||
ldouble: 6
|
||||
|
||||
Function: "j0_towardzero":
|
||||
double: 6
|
||||
double: 7
|
||||
float: 9
|
||||
float128: 9
|
||||
ldouble: 6
|
||||
|
Loading…
Reference in New Issue
Block a user