mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 15:29:31 +03:00
add simd test in azure pipeline
This commit is contained in:
parent
6bdf5a7a42
commit
f3c86bd976
1 changed files with 8 additions and 0 deletions
|
@ -89,6 +89,11 @@ jobs:
|
|||
CXX: clang++
|
||||
BuildType: release-clang
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release
|
||||
Release SIMD Clang:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
BuildType: release-simd-clang
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_OPT_SIMD=ON
|
||||
Secure Clang:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
|
@ -148,6 +153,9 @@ jobs:
|
|||
Release:
|
||||
BuildType: release
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release
|
||||
Release SIMD:
|
||||
BuildType: release-simd
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_OPT_SIMD=ON
|
||||
Secure:
|
||||
BuildType: secure
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_SECURE=ON
|
||||
|
|
Loading…
Add table
Reference in a new issue