29 May
2005
29 May
'05
7:06 p.m.
On Mon, May 23, 2005 at 08:54:16PM +0200, Joerg Sonnenberger wrote:
On Fri, May 20, 2005 at 04:42:32PM -0400, Rich Felker wrote:
IMO a compiler could still optimize it away with intrinsics. :( Try something like:
int main(void) { long (*foo)(double); foo = lrintf; (void)foo(); return 0; }
Can this or my second patch be commited? Both work as expected.
Second one committed with Rich's blessing. Diego