mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update ULPs for x86-64
This commit is contained in:
parent
fa36182bda
commit
0d355eb7c7
@ -1,5 +1,7 @@
|
||||
2011-10-22 Ulrich Drepper <drepper@gmail.com>
|
||||
|
||||
* sysdeps/x86_64/fpu/libm-test-ulps: Update.
|
||||
|
||||
* sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
|
||||
define DLA_FMA.
|
||||
[DLA_FMA] (EMULV): Use DLA_FMA.
|
||||
|
@ -369,8 +369,8 @@ ifloat: 5
|
||||
Test "Imaginary part of: cpow (2 + 3 i, 4 + 0 i) == -119.0 - 120.0 i":
|
||||
float: 2
|
||||
ifloat: 2
|
||||
ildouble: 2
|
||||
ldouble: 2
|
||||
ildouble: 4
|
||||
ldouble: 4
|
||||
Test "Imaginary part of: cpow (e + 0 i, 0 + 2 * M_PIl i) == 1.0 + 0.0 i":
|
||||
double: 2
|
||||
float: 2
|
||||
@ -812,6 +812,10 @@ Test "sincos (pi/6, &sin_res, &cos_res) puts 0.866025403784438646763723170752936
|
||||
float: 1
|
||||
ifloat: 1
|
||||
|
||||
Test "sinh (0x8p-32) == 1.86264514923095703232705808926175479e-9L":
|
||||
ldouble: 1
|
||||
ildouble: 1
|
||||
|
||||
# tan
|
||||
Test "tan (pi/4) == 1":
|
||||
double: 1
|
||||
@ -1176,8 +1180,8 @@ double: 2
|
||||
float: 2
|
||||
idouble: 2
|
||||
ifloat: 2
|
||||
ildouble: 2
|
||||
ldouble: 2
|
||||
ildouble: 4
|
||||
ldouble: 4
|
||||
|
||||
Function: Real part of "csin":
|
||||
ildouble: 1
|
||||
@ -1323,6 +1327,10 @@ ifloat: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
Function: "sinh":
|
||||
ldouble: 1
|
||||
ildouble: 1
|
||||
|
||||
Function: "tan":
|
||||
double: 1
|
||||
idouble: 1
|
||||
|
Loading…
Reference in New Issue
Block a user