As I was sifting through some of the Xcode project flags, I stumbled across a flag called "Auto-vectorization" which enables the compiler to optimize operations to take advantage of vector registers (where applicable). Why would I ever turn this off? Are there performance considerations (it should be better)? I don't really care about compile speed, so that is not a valid reason to disable this flag. Thanks for the input!