From: Mika Lindqvist Date: Mon, 5 Jan 2026 00:08:42 +0000 (+0200) Subject: [CI] Add workflow with no AVX512VNNI X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12a2ee4166c31d59e92e90e8b92591966341ed52;p=thirdparty%2Fzlib-ng.git [CI] Add workflow with no AVX512VNNI * This adds coverage with optimizations that have versions for both AVX512 and AVX512VNNI --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 35a6f7e0b..6301451b7 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -147,6 +147,13 @@ jobs: cmake-args: -DWITH_PCLMULQDQ=OFF -DWITH_SANITIZER=Undefined codecov: ubuntu_gcc_no_pclmulqdq + - name: Ubuntu GCC No AVX512VNNI UBSAN + os: ubuntu-latest + compiler: gcc + cxx-compiler: g++ + cmake-args: -DWITH_AVX512VNNI=OFF -DWITH_SANITIZER=Undefined + codecov: ubuntu_gcc_no_avx512vnni + - name: Ubuntu GCC Compat No Opt ASAN os: ubuntu-latest compiler: gcc