vcpkg/ports/xsimd/vcpkg.json
chausner 6368691c71
[xsimd] Update to 8.0.3 (#20956)
* Update xsimd to 8.0.3

* Update CI baseline

* Remove double quotes

* update version

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-10-26 23:55:17 -07:00

25 lines
458 B
JSON

{
"name": "xsimd",
"version": "8.0.3",
"description": "Modern, portable C++ wrappers for SIMD intrinsics",
"homepage": "https://github.com/xtensor-stack/xsimd",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"xcomplex": {
"description": "xtl complex support",
"dependencies": [
"xtl"
]
}
}
}