mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:38:59 +08:00
6368691c71
* 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>
25 lines
458 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|