Skip to content

Commit

Permalink
try mavx2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Jan 29, 2025
1 parent e591626 commit eaf7aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Configure GMP
run: |
cd gmp-${GMP_VERSION}
./configure --enable-shared --disable-static --CFLAGS="-O2 -mavx2"
./configure --enable-shared --disable-static --CFLAGS="-mavx2"
- name: Build GMP
run: |
Expand Down

0 comments on commit eaf7aa1

Please sign in to comment.