AVX-512 Auto-Vectorization in MSVC--Rui Zhang
Improving your code, just by compiling it.
AVX-512 Auto-Vectorization in MSVC
by Rui Zhang
From the article:
In Visual Studio 2019 version 16.3 we added AVX-512 support to the auto-vectorizer of the MSVC compiler. This post will show some examples and help you enable it in your projects...