develooper Front page | perl.perl5.porters | Postings from March 2003

Re: [PATCH] glibc _moddi3

Thread Previous | Thread Next
From:
Enache Adrian
Date:
March 2, 2003 02:07
Subject:
Re: [PATCH] glibc _moddi3
Message ID:
20030302100933.GA26148@ratsnest.hole
On Sun, Mar 02, 2003 at 11:18:17AM +0200, Jarkko Hietaniemi wrote:
> Thanks for the enhancement suggestions (abs() and PL_op->op_ppaddr),
> the change is now in (#18797).

My Perl has 64-bit IVs and 32-bit ints. Only llabs() (C99 only)
will get it right in this case.

The compiler probably does a good job and optimize right = -right,
left % right anyway.

Regards

Adi

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About