[PATCH 1/2] sparc: remove ceil, floor, trunc sparc specific implementations
David Miller
davem@davemloft.net
Mon Aug 1 21:44:00 GMT 2016
From: Aurelien Jarno <aurelien@aurel32.net>
Date: Mon, 1 Aug 2016 15:24:22 +0200
> The ceil, floor and trunc functions on sparc do not fully follow the
> standard and trigger an inexact exception when presented a value which
> is not an integer. Since glibc 2.24 this causes a few tests to fail,
> for instance:
Carlos, this specific patch fixes most of the math failures on sparc,
could we get this into the release?
Aurelien, it looks like we have the same exact issue with nearbyint on
sparc, right?
And that leaves the fdim failures, which are probably a similar
problem.
More information about the Libc-alpha
mailing list