Re: [svn:parrot] r36057 - in trunk: . config/auto config/auto/format config/gen/config_h include/parrot src t/compilers/imcc/syn t/op

2009-01-27 Thread Andy Dougherty
On Tue, 27 Jan 2009, Nicholas Clark wrote: > On Tue, Jan 27, 2009 at 10:24:46AM -0800, parti...@cvs.perl.org wrote: > > > +else if (thefloat != thefloat) { > > The above is the valid test for a NaN. > > Note, Intel chose that the default optimiser setting on their co

Re: [svn:parrot] r36057 - in trunk: . config/auto config/auto/format config/gen/config_h include/parrot src t/compilers/imcc/syn t/op

2009-01-27 Thread jerry gay
On Tue, Jan 27, 2009 at 10:58, Nicholas Clark wrote: > On Tue, Jan 27, 2009 at 10:24:46AM -0800, parti...@cvs.perl.org wrote: > >> -gen_sprintf_call(tc, &info, ch); >> -ts = cstr2pstr(tc); >> +/* check for Inf and

Re: [svn:parrot] r36057 - in trunk: . config/auto config/auto/format config/gen/config_h include/parrot src t/compilers/imcc/syn t/op

2009-01-27 Thread Nicholas Clark
On Tue, Jan 27, 2009 at 10:24:46AM -0800, parti...@cvs.perl.org wrote: > -gen_sprintf_call(tc, &info, ch); > -ts = cstr2pstr(tc); > +/* check for Inf and NaN values */ > +if (thefloat ==