yuzu/externals/vcpkg/ports/xsimd/vcpkg.json

26 lines
487 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "xsimd",
"version": "8.1.0",
"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"
]
}
}
}