Commit 4b28587
committed
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.1 parent 11935fd commit 4b28587
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6269 | 6269 | | |
6270 | 6270 | | |
6271 | 6271 | | |
6272 | | - | |
| 6272 | + | |
6273 | 6273 | | |
6274 | 6274 | | |
6275 | 6275 | | |
| |||
0 commit comments