Skip to content

Commit 58fd997

Browse files
committed
Test updates
1 parent 4d3efb2 commit 58fd997

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libm-test/src/generate/case_list.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ fn log_cases() -> Vec<TestCase<op::log::Routine>> {
536536
&mut v,
537537
&[
538538
// Cases that showed up during extensive tests and proved problematic
539+
(hf64!("0x1.90bde64e6e033p-57"),), // showed up on i586
539540
(hf64!("0x1.ffffffffffff9p-1"),),
540541
(hf64!("0x1.4b649a5ce2720p-235"),),
541542
(hf64!("0x1.b028b028b02a0p-1"),),

libm-test/src/precision.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ pub fn default_ulp(ctx: &CheckCtx) -> u32 {
124124
Id::Fmaf => ulp = 1,
125125
Id::Fdim => ulp = 1,
126126
Id::Round => ulp = 1,
127+
Id::Log => ulp = 1,
127128

128129
Id::Asinh => ulp = 3,
129130
Id::Asinhf => ulp = 3,

0 commit comments

Comments
 (0)