benchmarks
benchmarks copied to clipboard
precision problem for optimized.f90
y<0.8
should be changed as y<0.8_dp
and
should be changed as a=0.01_dp
and the result(using "Windows,GCC 11.2.0 " from 'equation.com',flag -Ofast)
Fortran: 0.45312500000000000 46337
C : iters 46213 Execution time: 0.473000
Indeed. Do you want to submit a PR with these changes?