]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
adding a Visual + ClangCL + AVX2 compilation test
authorYann Collet <cyan@fb.com>
Wed, 5 Feb 2025 20:06:14 +0000 (12:06 -0800)
committerYann Collet <cyan@fb.com>
Wed, 5 Feb 2025 21:20:44 +0000 (13:20 -0800)
.github/workflows/dev-short-tests.yml

index 8648d777e40f408beac8a38bd8669b9f97017987..26c1759946cc85bc73bfbc60a5ef415102b73d3b 100644 (file)
@@ -362,6 +362,8 @@ jobs:
           - generator: "MinGW Makefiles"
           - generator: "Visual Studio 17 2022"
             flags: "-T ClangCL"
+          - generator: "Visual Studio 17 2022"
+            flags: "-T ClangCL -A x64 -DCMAKE_C_FLAGS=/arch:AVX2"
     runs-on: windows-2022
     steps:
     - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1