blob: 239aa1315044c81a7b5c2a03daa99d02cf28c7f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"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"
]
}
}
}
|