Skip to content

Commit b67b4cc

Browse files
committed
Enable missing icount benchmarks
A few new functions were added but this list did not get updated. Do so here.
1 parent 614c00d commit b67b4cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/libm-test/benches/icount.rs

+6
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,12 @@ main!(
107107
icount_bench_fma_group,
108108
icount_bench_fmaf_group,
109109
icount_bench_fmax_group,
110+
icount_bench_fmaxf128_group,
111+
icount_bench_fmaxf16_group,
110112
icount_bench_fmaxf_group,
111113
icount_bench_fmin_group,
114+
icount_bench_fminf128_group,
115+
icount_bench_fminf16_group,
112116
icount_bench_fminf_group,
113117
icount_bench_fmod_group,
114118
icount_bench_fmodf128_group,
@@ -155,6 +159,8 @@ main!(
155159
icount_bench_rintf16_group,
156160
icount_bench_rintf_group,
157161
icount_bench_round_group,
162+
icount_bench_roundf128_group,
163+
icount_bench_roundf16_group,
158164
icount_bench_roundf_group,
159165
icount_bench_scalbn_group,
160166
icount_bench_scalbnf_group,

0 commit comments

Comments
 (0)