]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
[CI] Add workflow with no AVX512VNNI
authorMika Lindqvist <postmaster@raasu.org>
Mon, 5 Jan 2026 00:08:42 +0000 (02:08 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 6 Jan 2026 14:16:13 +0000 (15:16 +0100)
* This adds coverage with optimizations that have versions for both AVX512 and AVX512VNNI

.github/workflows/cmake.yml

index 35a6f7e0b8a4eb8c926149a1aefdda763becceff..6301451b722192603f3d2161d246e9045d732e8b 100644 (file)
@@ -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