From f57086f9f1e2c24f2ecbc8909a44f4284ffb38f2 Mon Sep 17 00:00:00 2001 From: Daan Date: Thu, 6 Mar 2025 20:46:54 -0800 Subject: [PATCH] update simd pipeline build --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a4266ae1..3ed715f3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,7 +32,7 @@ jobs: MSBuildConfiguration: Release Release SIMD: BuildType: release-simd - cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_OPT_SIMD=ON -DMI_WIN_USE_FIXED_TLS=ON + cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_OPT_ARCH=ON -DMI_OPT_SIMD=ON -DMI_WIN_USE_FIXED_TLS=ON MSBuildConfiguration: Release Secure: BuildType: secure @@ -97,7 +97,7 @@ jobs: CC: clang CXX: clang++ BuildType: release-simd-clang - cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_OPT_SIMD=ON + cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_OPT_ARCH=ON -DMI_OPT_SIMD=ON Secure Clang: CC: clang CXX: clang++ @@ -159,7 +159,7 @@ jobs: cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release Release SIMD: BuildType: release-simd - cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_OPT_SIMD=ON + cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_OPT_ARCH=ON -DMI_OPT_SIMD=ON Secure: BuildType: secure cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_SECURE=ON