Browse Source
We were saving a div by caching the inverse as a float, but this ended up requiring a int -> float -> int conversion, which takes almost as much time as the difference between float mul and div. There are lots of other more pressing issues with the bench framework which probably require simply removing the adaptive iteration count stuff anyway.0.16
Matt Corallo
7 years ago
2 changed files with 3 additions and 6 deletions
Loading…
Reference in new issue