Skip to content

Commit

Permalink
build.yaml: enable AVX512
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsanction committed Jul 24, 2024
1 parent 036c545 commit 0288cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: mkdir -p bld
- name: Compile
run: |
cmake -GNinja -B bld -DREPRODUCIBLE_BUILDS=ON -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DSVT_AV1_LTO=ON -DTARGET_CPU=${{matrix.target_cpu}}
cmake -GNinja -B bld -DREPRODUCIBLE_BUILDS=ON -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DSVT_AV1_LTO=ON -DENABLE_AVX512=ON -DTARGET_CPU=${{matrix.target_cpu}}
ninja -C bld
- name: Package
run: |
Expand Down

0 comments on commit 0288cba

Please sign in to comment.