Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
basic: iplus(): use finite() instead of isfinite()
Much faster. Not 100% sure that this isn't a cache effect, but reordering stuff did not change anything, while using the finite() function instead of the isfinite() macro (which uses __fpclassifyd()) does.
- Loading branch information