Skip to content

Commit

Permalink
ci/azure-pipelines: enable sse2 with i686
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jul 11, 2024
1 parent fbda058 commit a0a4393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ strategy:
VM_IMAGE: 'ubuntu-20.04'
APT_PACKAGES: ninja-build g++-i686-linux-gnu
CXX_COMPILER: i686-linux-gnu-g++
COMPILER_FLAGS: -msse2
RUN_TESTS: true
Linux arm64 GCC:
VM_IMAGE: 'ubuntu-20.04'
Expand Down

0 comments on commit a0a4393

Please sign in to comment.