faster lrint and llrint functions
authornsz <nsz@port70.net>
Sun, 18 Mar 2012 18:27:39 +0000 (19:27 +0100)
committernsz <nsz@port70.net>
Sun, 18 Mar 2012 18:27:39 +0000 (19:27 +0100)
commit9b6899f2c5cec70af6cea80ead7ba98fd2366ce9
treeb00581953a70005aaed0760cb62cd77bd269df5c
parent9e2a895aaaa4a3985e94ae4f3e24c1af65f9bb34
faster lrint and llrint functions

A faster workaround for spurious inexact exceptions
when the result cannot be represented. The old code
actually could be wrong, because gcc reordered the
integer conversion and the exception check.
src/math/llrint.c
src/math/llrintf.c
src/math/llrintl.c
src/math/lrint.c
src/math/lrintf.c
src/math/lrintl.c