Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 224e3d5

Browse files
committed
precision: Sort ilogb with other precise operations
This is a nonfunctional change.
1 parent 0dd1d7b commit 224e3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libm/crates/libm-test/src/precision.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pub fn default_ulp(ctx: &CheckCtx) -> u32 {
3030
| Bn::Fmin
3131
| Bn::Fmod
3232
| Bn::Frexp
33+
| Bn::Ilogb
3334
| Bn::Ldexp
3435
| Bn::Modf
3536
| Bn::Nextafter
@@ -43,7 +44,6 @@ pub fn default_ulp(ctx: &CheckCtx) -> u32 {
4344

4445
// Operations that aren't required to be exact, but our implementations are.
4546
Bn::Cbrt if ctx.fn_ident != Id::Cbrt => 0,
46-
Bn::Ilogb => 0,
4747
Bn::Tgamma if ctx.fn_ident != Id::Tgamma => 0,
4848

4949
// Bessel functions have large inaccuracies.

0 commit comments

Comments
 (0)