Skip to content

Commit e0fc5f1

Browse files
committed
Test updates
1 parent d17e6ca commit e0fc5f1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

libm-test/src/generate/case_list.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ fn log_cases() -> Vec<TestCase<op::log::Routine>> {
567567
&mut v,
568568
&[
569569
// Cases that showed up during extensive tests and proved problematic
570+
(hf64!("0x1.90bde64e6e033p-57"),), // showed up on i586
570571
(hf64!("0x1.ffffffffffff9p-1"),),
571572
(hf64!("0x1.4b649a5ce2720p-235"),),
572573
(hf64!("0x1.b028b028b02a0p-1"),),

libm-test/src/precision.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ pub fn default_ulp(ctx: &CheckCtx) -> u32 {
136136
Id::Fmaf => ulp = 1,
137137
Id::Fdim => ulp = 1,
138138
Id::Round => ulp = 1,
139+
Id::Log => ulp = 1,
139140

140141
Id::Asinh => ulp = 3,
141142
Id::Asinhf => ulp = 3,

0 commit comments

Comments
 (0)