mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
26 lines
488 B
JSON
26 lines
488 B
JSON
{
|
|
"name": "xsimd",
|
|
"version": "13.0.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"
|
|
]
|
|
}
|
|
}
|
|
}
|