From: Yann Collet Date: Sun, 19 Jan 2025 06:58:03 +0000 (-0800) Subject: also add `-mbmi2` to the compilation test X-Git-Tag: v1.5.7^2~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4250%2Fhead;p=thirdparty%2Fzstd.git also add `-mbmi2` to the compilation test --- diff --git a/.github/workflows/dev-short-tests.yml b/.github/workflows/dev-short-tests.yml index 71afc0991..a84510686 100644 --- a/.github/workflows/dev-short-tests.yml +++ b/.github/workflows/dev-short-tests.yml @@ -192,7 +192,7 @@ jobs: run: | sudo apt-get -qqq update make libc6install - CPPFLAGS="-DSTATIC_BMI2=1" CFLAGS="-Werror -m32 -mavx2" make -j all32 + CPPFLAGS="-DSTATIC_BMI2=1" CFLAGS="-Werror -m32 -mavx2 -mbmi2" make -j all32 gcc-8-make: