I usually compile with -O2 and annotate certain functions with O3 - if it looks like vectorization will give the function a boost.
I usually compile with -O2 and annotate certain functions with O3 - if it looks like vectorization will give the function a boost.