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

Commit d965031

Browse files
Add benchmarks
1 parent 276b26e commit d965031

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/libm-bench/benches/bench.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ macro_rules! bessel {
107107

108108
unary!(
109109
acos, acosh, asin, atan, cbrt, ceil, cos, cosh, erf, exp, exp2, exp10, expm1, fabs, floor, j0,
110-
j1, lgamma, log, log1p, log2, log10, round, sin, sinh, sqrt, tan, tanh, tgamma, trunc, y0, y1
110+
j1, lgamma, log, log1p, log2, log10, rint, round, sin, sinh, sqrt, tan, tanh, tgamma, trunc,
111+
y0, y1
111112
);
112113
binary!(atan2, copysign, fdim, fmax, fmin, fmod, hypot, pow);
113114
trinary!(fma);

0 commit comments

Comments
 (0)