Peter Naulls writes:
> Unfortunately, the benchmark uses exp() to calculate the final result,
> which makes it result wrong, as it appears to be misbehaving:

>int main(void) {
>  printf("%f\n", exp(4));
>  printf("%f\n", exp(5));
>  printf("%f\n", exp(6));
>}

You forgot to include <math.h>.  With this corrected, I now get 
reasonable-looking results from NWFPE.

54.598150
148.413159
403.428793

p.



_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to