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)
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.


No differences found