mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 15:29:31 +03:00
add simd test on windows
This commit is contained in:
parent
54cf68b678
commit
11f4da7ea5
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ jobs:
|
|||
BuildType: release
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release
|
||||
MSBuildConfiguration: Release
|
||||
Release SIMD:
|
||||
BuildType: release-simd
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_OPT_SIMD=ON -DMI_WIN_USE_FIXED_TLS=ON
|
||||
MSBuildConfiguration: Release
|
||||
Secure:
|
||||
BuildType: secure
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Release -DMI_SECURE=ON
|
||||
|
|
Loading…
Add table
Reference in a new issue