Skip to content

Commit

Permalink
disable more vectorization
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Mar 1, 2024
1 parent bc5b06f commit b806070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
target: arm-linux-gnueabihf.2.17
host: arm-linux-gnueabihf
capture_interface: eth0
cflags: "-mcpu=arm1176jzf_s+slowfpvfmx+slowfpvmlx -fno-vectorize"
cflags: "-mcpu=arm1176jzf_s+slowfpvfmx+slowfpvmlx -fno-vectorize -fno-slp-vectorize"
steps:
- name: Check out the repo
uses: actions/checkout@v2
Expand Down

0 comments on commit b806070

Please sign in to comment.