Skip to content

Commit c3bbd8c

Browse files
committed
update
1 parent 5ab9771 commit c3bbd8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libm-test/src/precision.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pub fn default_ulp(ctx: &CheckCtx) -> u32 {
2020
// operations from builtins are always precise
2121
Bn::Add | Bn::Sub | Bn::Mul | Bn::Div => 0,
2222
// FIXME: we need a better powi implementation (though this is no worse than C)
23+
Bn::Powi if ctx.fn_ident == Id::Powif64 => 4000,
2324
Bn::Powi => 1000,
2425

2526
// Operations that require exact results. This list should correlate with what we

0 commit comments

Comments
 (0)