Skip to content

Commit 5a9093a

Browse files
committed
ci/azure-pipelines: avoid x87 on i686
1 parent 28fc576 commit 5a9093a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ strategy:
3333
VM_IMAGE: 'ubuntu-20.04'
3434
APT_PACKAGES: ninja-build g++-i686-linux-gnu
3535
CXX_COMPILER: i686-linux-gnu-g++
36+
COMPILER_FLAGS: -mfpmath=sse -msse
3637
Linux arm64 GCC:
3738
VM_IMAGE: 'ubuntu-20.04'
3839
APT_PACKAGES: ninja-build g++-aarch64-linux-gnu qemu-user
@@ -64,6 +65,7 @@ strategy:
6465
APT_PACKAGES: ninja-build g++-mingw-w64-i686 mingw-w64-i686-dev gcc-mingw-w64-i686-posix-runtime wine wine32
6566
SETUP_COMMANDS: sudo update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix
6667
TOOLCHAIN_FILE: cmake/cross-toolchain-mingw32.cmake
68+
COMPILER_FLAGS: -mfpmath=sse -msse
6769
CRUNCH_EXE_RUNNER: wine
6870
CRUNCH_EXTENSION: .exe
6971
RUNTIME_FILES: /usr/lib/gcc/i686-w64-mingw32/10-posix/libgcc_s_dw2-1.dll /usr/lib/gcc/i686-w64-mingw32/10-posix/libstdc++-6.dll /usr/i686-w64-mingw32/lib/libwinpthread-1.dll

0 commit comments

Comments
 (0)