update vcpkg config to 1.9.4

This commit is contained in:
Daan 2025-06-09 19:18:51 -07:00
parent 316a434d8e
commit 82b67862c8
2 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "mimalloc",
"version": "1.9.2",
"version": "1.9.4",
"port-version": 2,
"description": "Compact general purpose allocator with excellent performance",
"homepage": "https://github.com/microsoft/mimalloc",
@ -35,6 +35,9 @@
"optarch": {
"description": "Use architecture specific optimizations (on x64: '-march=haswell;-mavx2', on arm64: '-march=armv8.1-a')"
},
"nooptarch": {
"description": "Do _not_ use architecture specific optimizations (on x64: '-march=haswell;-mavx2', on arm64: '-march=armv8.1-a')"
},
"optsimd": {
"description": "Allow use of SIMD instructions (avx2 or neon) (requires 'optarch' to be enabled)"
},