mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-13 13:45:16 +00:00
[libc] Disable AOR ulp tests for sinf, cosf and sincosf.
They seemed to fallback to the system libc and start depending on its accuracy.
This commit is contained in:
parent
fce115681b
commit
a127d61835
@ -93,25 +93,25 @@ t log2f 0 0xffff0000 10000
|
||||
t log2f 0x1p-4 0x1p4 50000
|
||||
t log2f 0 inf 50000
|
||||
|
||||
L=0.06
|
||||
t sinf 0 0xffff0000 10000
|
||||
t sinf 0x1p-14 0x1p54 50000
|
||||
t sinf -0x1p-14 -0x1p54 50000
|
||||
|
||||
L=0.06
|
||||
t cosf 0 0xffff0000 10000
|
||||
t cosf 0x1p-14 0x1p54 50000
|
||||
t cosf -0x1p-14 -0x1p54 50000
|
||||
|
||||
L=0.06
|
||||
t sincosf_sinf 0 0xffff0000 10000
|
||||
t sincosf_sinf 0x1p-14 0x1p54 50000
|
||||
t sincosf_sinf -0x1p-14 -0x1p54 50000
|
||||
|
||||
L=0.06
|
||||
t sincosf_cosf 0 0xffff0000 10000
|
||||
t sincosf_cosf 0x1p-14 0x1p54 50000
|
||||
t sincosf_cosf -0x1p-14 -0x1p54 50000
|
||||
#L=0.06
|
||||
#t sinf 0 0xffff0000 10000
|
||||
#t sinf 0x1p-14 0x1p54 50000
|
||||
#t sinf -0x1p-14 -0x1p54 50000
|
||||
#
|
||||
#L=0.06
|
||||
#t cosf 0 0xffff0000 10000
|
||||
#t cosf 0x1p-14 0x1p54 50000
|
||||
#t cosf -0x1p-14 -0x1p54 50000
|
||||
#
|
||||
#L=0.06
|
||||
#t sincosf_sinf 0 0xffff0000 10000
|
||||
#t sincosf_sinf 0x1p-14 0x1p54 50000
|
||||
#t sincosf_sinf -0x1p-14 -0x1p54 50000
|
||||
#
|
||||
#L=0.06
|
||||
#t sincosf_cosf 0 0xffff0000 10000
|
||||
#t sincosf_cosf 0x1p-14 0x1p54 50000
|
||||
#t sincosf_cosf -0x1p-14 -0x1p54 50000
|
||||
|
||||
L=0.4
|
||||
t powf 0x1p-1 0x1p1 x 0x1p-7 0x1p7 50000
|
||||
|
Loading…
x
Reference in New Issue
Block a user