Hi all, I've taken a first look at Parrot and I'm very impressed. I'd like to perform some micro-benchmarking of double floating point code. I have the latest CVS version of parrot. I've compiled it upon Debian unstable x86 with the:
perl Configure.pl --floatval=double option. Yet the Leibniz summation for PI <http://www.parrotcode.org/examples/> still appears to be performing its calculations using single floats and continues to print 3.141591. What's the step I've overlooked? Many thanks, Adam