I am experimenting with AVX-512 on a Skylake-SP processor using the Intel C++ Compiler version 18.2.
I am curious to know the difference, if any, between these two options to the compiler:
-xCORE-AVX512
vs.
-xSKYLAKE-AVX512
Are they different? If so, why would I want to choose one over the other? The documentation does not make this clear.
Thank you!
- Pat