This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

28069M CLA accuracy problem

Genius 5910 points

I'm have a strange problem.

If I run this on the CPU:

    long j;
    float test=0;
    for (j=0;j<20587;j++) test+=0.002879994;

 The result is : 59.29 (correct)

if I run the same code on the CLA the result is 59.24

 So how do I fix this?

Thanks!