mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 18:11:44 +08:00
16 lines
333 B
JSON
16 lines
333 B
JSON
|
{
|
||
|
"name": "xsimd",
|
||
|
"version-string": "7.4.9",
|
||
|
"port-version": 1,
|
||
|
"description": "Modern, portable C++ wrappers for SIMD intrinsics",
|
||
|
"homepage": "https://github.com/xtensor-stack/xsimd",
|
||
|
"features": {
|
||
|
"xcomplex": {
|
||
|
"description": "xtl complex support",
|
||
|
"dependencies": [
|
||
|
"xtl"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|