Just wondering, is there any actual difference between these 2 arguments from the compilers perspective?
-xavx
-march=corei7-avx
They both appear to do basically the same exact thing from what I can tell in the manual?
I'm running code on an i5-2400 which supports avx, so I'm trying to figure out which one would be best or if it even matters.
Thanks!
Morgan



