Eliminate undef warnings when not compiling for AVX512.
The original code assumes some macros are defined, when they are only ever defined for AVX512. Here we add some guards to eliminate the warnings.
The original code assumes some macros are defined, when they are only ever defined for AVX512. Here we add some guards to eliminate the warnings.