From 2bf5fc45b372550dd6691b46f39ae80c2e4ee7c7 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Thu, 11 Jul 2024 08:19:24 +0200 Subject: [PATCH] ci/azure-pipelines: enable sse2 with i686 --- .azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index bfa6f717..8c43f90c 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -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'