mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:19:00 +08:00
27 lines
509 B
JSON
27 lines
509 B
JSON
{
|
|
"name": "xsimd",
|
|
"version": "13.0.0",
|
|
"port-version": 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"
|
|
]
|
|
}
|
|
}
|
|
}
|