mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 09:28:59 +08:00
5ad884fb6a
* [xsimd] Update to version 9.0.1 * Add keyword FEATURES for vcpkg_check_features * x-add-version Co-authored-by: Lily Wang <494550702@qq.com>
26 lines
487 B
JSON
26 lines
487 B
JSON
{
|
|
"name": "xsimd",
|
|
"version": "9.0.1",
|
|
"description": "Modern, portable C++ wrappers for SIMD intrinsics",
|
|
"homepage": "https://github.com/xtensor-stack/xsimd",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"xcomplex": {
|
|
"description": "xtl complex support",
|
|
"dependencies": [
|
|
"xtl"
|
|
]
|
|
}
|
|
}
|
|
}
|