diff options
author | Lukas Larsson <[email protected]> | 2014-11-05 11:18:05 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-11-24 16:35:22 +0100 |
commit | e3f4cd83939f28e17addac889208985196d22f22 (patch) | |
tree | e431db43b653ca2fc04e6f2f561c21cc019f49e3 /lib/erl_interface/configure.in | |
parent | 509163307c31bf4f98a638b47ee03a5b99eb2c73 (diff) | |
download | otp-e3f4cd83939f28e17addac889208985196d22f22.tar.gz otp-e3f4cd83939f28e17addac889208985196d22f22.tar.bz2 otp-e3f4cd83939f28e17addac889208985196d22f22.zip |
erts: Use finite instead of isfinite with gcc
Turns out that isfinite emits a function call and not
an instruction in gcc, this makes estone float arith
about 50-75% slower. finite emits the instruction so
we use that instead.
Diffstat (limited to 'lib/erl_interface/configure.in')
0 files changed, 0 insertions, 0 deletions