JulesKouatchou / basic_language_comparison

Other
85 stars 21 forks source link

test_matrix_multiplication.F90 is revised #17

Open cometscome opened 2 years ago

cometscome commented 2 years ago

test_matrix_multiplication.F90 was slower than one written by C, because the array-access is not optimized. I fixed it and now test_matrix_multiplication.F90 is not slower.