Open amallia opened 6 years ago
@JMMackenzie and I have noticed that adding -Ofast -fno-signed-zeros -fno-trapping-math gives a huge improvement in speed.
-Ofast -fno-signed-zeros -fno-trapping-math
Just adding that this does result in a very slight decrease in the reordering effectiveness due to precision loss in some calcs.
@JMMackenzie and I have noticed that adding
-Ofast -fno-signed-zeros -fno-trapping-math
gives a huge improvement in speed.