From f3b62a955f1d99ab6312c734c2481580037c7b7d Mon Sep 17 00:00:00 2001 From: Olivier Giniaux Date: Sat, 6 Jan 2024 13:49:16 +0100 Subject: [PATCH] Does we still need target-cpu=native ? --- .cargo/config | 2 -- .github/workflows/build_test.yml | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.cargo/config b/.cargo/config index d5135e9..e69de29 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,2 +0,0 @@ -[build] -rustflags = ["-C", "target-cpu=native"] \ No newline at end of file diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index e1b34b5..45e04cf 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -21,7 +21,7 @@ jobs: run: cargo build --release - name: Test - run: cargo test --release --lib + run: cargo test --release build_test_x86_avx2: name: Build & Test X86 AVX2 @@ -37,7 +37,7 @@ jobs: run: cargo build --release - name: Test - run: cargo test --release --lib + run: cargo test --release build_test_arm: name: Build & Test ARM @@ -50,4 +50,4 @@ jobs: run: cargo build --release - name: Test - run: cargo test --release --lib \ No newline at end of file + run: cargo test --release \ No newline at end of file