hse-acos-course icon indicating copy to clipboard operation
hse-acos-course copied to clipboard

[Bug]: C seems to be compiled in default mode

Open WhiteBlackGoose opened this issue 3 years ago • 0 comments

C takes 2.7 sec at best according to the presentation (on my machine it takes 3.4 without flags).

Instead, if you supply optimization flags, it'd take 0.7 sec.

To benchmark fairly, one would need to compile it like this:

gcc matrix_jki.c -O3

WhiteBlackGoose avatar Jan 13 '22 18:01 WhiteBlackGoose