这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: huonw/fast-math

Tags

v0.1.1

Toggle v0.1.1's commit message
v0.1.1: no_std, exp, optimizations, bug fixes.

In this release:

- fast-math is unconditionally no_std,

- approximations for `atan`, `atan2`, `exp` and `exp2`,

- `log2` is 1.25x faster in scalar code, and `log2_raw` can now be
  easily autovectorized, making it 5x faster (even with just SSE2 on
  x86-64), and

- `log2` on subnormal numbers had absolute error > 1 in some cases.