You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OPT := -O3 -march=native #-ffast-math # "-ffast-math" leads to code failure in some GNU versions. If it happens, simply use "OPT := -O3 -march=native" or "OPT := -O3"