26 lines
487 B
JSON
Executable File
26 lines
487 B
JSON
Executable File
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|