diff options
| author | Trevor Gross <tmgross@umich.edu> | 2025-01-24 09:11:07 +0000 |
|---|---|---|
| committer | Trevor Gross <t.gross35@gmail.com> | 2025-01-24 03:39:49 -0600 |
| commit | 173a48ce8c8f6acfa2cc7173138600d3fde9d12e (patch) | |
| tree | 8b704ed27c6b254a3b3f484ac8dbff063dfcad81 | |
| parent | 3524632b0b8d1955404d82f9a8a30a66bd187436 (diff) | |
| download | rust-173a48ce8c8f6acfa2cc7173138600d3fde9d12e.tar.gz rust-173a48ce8c8f6acfa2cc7173138600d3fde9d12e.zip | |
Enable missing icount benchmarks
A few new functions were added but this list did not get updated. Do so here.
| -rw-r--r-- | library/compiler-builtins/libm/crates/libm-test/benches/icount.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/library/compiler-builtins/libm/crates/libm-test/benches/icount.rs b/library/compiler-builtins/libm/crates/libm-test/benches/icount.rs index 46a659524a6..d5026f461b0 100644 --- a/library/compiler-builtins/libm/crates/libm-test/benches/icount.rs +++ b/library/compiler-builtins/libm/crates/libm-test/benches/icount.rs @@ -107,8 +107,12 @@ main!( icount_bench_fma_group, icount_bench_fmaf_group, icount_bench_fmax_group, + icount_bench_fmaxf128_group, + icount_bench_fmaxf16_group, icount_bench_fmaxf_group, icount_bench_fmin_group, + icount_bench_fminf128_group, + icount_bench_fminf16_group, icount_bench_fminf_group, icount_bench_fmod_group, icount_bench_fmodf128_group, @@ -155,6 +159,8 @@ main!( icount_bench_rintf16_group, icount_bench_rintf_group, icount_bench_round_group, + icount_bench_roundf128_group, + icount_bench_roundf16_group, icount_bench_roundf_group, icount_bench_scalbn_group, icount_bench_scalbnf_group, |
