From: Yann Collet Date: Wed, 5 Feb 2025 20:06:14 +0000 (-0800) Subject: adding a Visual + ClangCL + AVX2 compilation test X-Git-Tag: v1.5.7^2~11^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e1d02f1f04f9c255108f84cc788b709e7871c2e;p=thirdparty%2Fzstd.git adding a Visual + ClangCL + AVX2 compilation test --- diff --git a/.github/workflows/dev-short-tests.yml b/.github/workflows/dev-short-tests.yml index 8648d777e..26c175994 100644 --- a/.github/workflows/dev-short-tests.yml +++ b/.github/workflows/dev-short-tests.yml @@ -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