mirror of
https://github.com/boostorg/atomic.git
synced 2026-02-02 20:32:09 +00:00
Enabling AVX will allow to test future updates that will use these instructions. Since MSVC doesn't allow to enable instruction sets for the current CPU, we enable AVX unconditionally there, in hope that AppVeyor CI runners support AVX. Also, different clang versions exhibit various issues in GitHub Actions when "native" instruction set is enabled, so we also explicitly specify the instruction set we want for GHA.