Skip to content

Commit

Permalink
DO NOT MERGE: circleci native arm64, use -march=native
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jan 11, 2025
1 parent d7ec70b commit 5b95762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
machine:
image: ubuntu-2404:current
environment:
CFLAGS: -Wextra -Werror -march=armv8.2-a+simd+crypto+crc+bf16 -DSIMDE_ENABLE_NATIVE_ALIASES -DSIMDE_NATIVE_ALIASES_TESTING
CXXFLAGS: -Wextra -Werror -march=armv8.2-a+simd+crypto+crc+bf16 -DSIMDE_ENABLE_NATIVE_ALIASES -DSIMDE_NATIVE_ALIASES_TESTING
CFLAGS: -Wextra -Werror -march=native -DSIMDE_ENABLE_NATIVE_ALIASES -DSIMDE_NATIVE_ALIASES_TESTING
CXXFLAGS: -Wextra -Werror -march=native -DSIMDE_ENABLE_NATIVE_ALIASES -DSIMDE_NATIVE_ALIASES_TESTING
CC: gcc
CXX: g++
steps:
Expand Down

0 comments on commit 5b95762

Please sign in to comment.