From f8327aa8f7cf22725e35ed5ce89b5cdf84ae11da Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Thu, 4 Jan 2024 14:20:19 -0800 Subject: [PATCH] Added CI instance for WITH_NATIVE_INSTRUCTIONS. --- .github/workflows/cmake.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 8c3c9a7b..11fbe960 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -34,6 +34,13 @@ jobs: cmake-args: -DWITH_BENCHMARKS=ON codecov: ubuntu_gcc_benchmark + - name: Ubuntu GCC Native Instructions + os: ubuntu-latest + compiler: gcc + cxx-compiler: g++ + cmake-args: -DWITH_NATIVE_INSTRUCTIONS=ON + codecov: ubuntu_gcc_native_inst + - name: Ubuntu GCC Symbol Prefix os: ubuntu-latest compiler: gcc -- 2.47.2