Re: deprecated transcendental ops with I arguments

2004-11-30 Thread Leopold Toetsch
Dan Sugalski [EMAIL PROTECTED] wrote: At 3:02 PM +0100 11/25/04, Leopold Toetsch wrote: Transcendental (and some other) ops that have a FLOATVAL out argument and INTVAL source argument(s) are deprecated. No, dammit, they are *not* deprecated. Ok. The word deprecated was too strong. Like the

Re: deprecated transcendental ops with I arguments

2004-11-29 Thread Dan Sugalski
At 3:02 PM +0100 11/25/04, Leopold Toetsch wrote: Transcendental (and some other) ops that have a FLOATVAL out argument and INTVAL source argument(s) are deprecated. No, dammit, they are *not* deprecated. Like the other numeric ops, this isn't your call. Leave them in. --

Re: deprecated transcendental ops with I arguments

2004-11-26 Thread Sam Ruby
Leopold Toetsch wrote: These opcodes are currently still in the ops files, with a function body DEPRECATED and a name prefix 'deprecated_' but will be removed soon. I'm actively following this list, I am confident that this and other change will be in the Perl 6 summaries, and I agree with this

Re: deprecated transcendental ops with I arguments

2004-11-26 Thread Leopold Toetsch
Sam Ruby wrote: A simple CHANGES file in CVS, with a list of interfaces deprecated and removed since 0.1.1 would sufficient. Good idea. - pdd03 changes - opcodes - Sam Ruby leo

deprecated transcendental ops with I arguments

2004-11-25 Thread Leopold Toetsch
Transcendental (and some other) ops that have a FLOATVAL out argument and INTVAL source argument(s) are deprecated. E.g. acos Nx, Iy atan Nx, Iy, Iz Actually these opcodes aren't emitted any more, you'll get set $N0, Iy acos Nx, $N0 for registers or a floatval constant for constants.