Add benchmarks

This commit is contained in:
Jules Bertholet 2022-11-07 23:43:14 -05:00
parent 276b26e447
commit d965031d06
No known key found for this signature in database
GPG Key ID: 32034DAFC38C1BFC

View File

@ -107,7 +107,8 @@ macro_rules! bessel {
unary!( unary!(
acos, acosh, asin, atan, cbrt, ceil, cos, cosh, erf, exp, exp2, exp10, expm1, fabs, floor, j0, acos, acosh, asin, atan, cbrt, ceil, cos, cosh, erf, exp, exp2, exp10, expm1, fabs, floor, j0,
j1, lgamma, log, log1p, log2, log10, round, sin, sinh, sqrt, tan, tanh, tgamma, trunc, y0, y1 j1, lgamma, log, log1p, log2, log10, rint, round, sin, sinh, sqrt, tan, tanh, tgamma, trunc,
y0, y1
); );
binary!(atan2, copysign, fdim, fmax, fmin, fmod, hypot, pow); binary!(atan2, copysign, fdim, fmax, fmin, fmod, hypot, pow);
trinary!(fma); trinary!(fma);