2021-11-05 03:21:48 +08:00
|
|
|
{
|
|
|
|
"name": "highway",
|
2024-02-22 13:50:01 +08:00
|
|
|
"version": "1.1.0",
|
2021-11-05 03:21:48 +08:00
|
|
|
"description": "Performance-portable, length-agnostic SIMD with runtime dispatch",
|
|
|
|
"homepage": "https://github.com/google/highway",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2023-07-06 02:18:26 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2021-11-05 03:21:48 +08:00
|
|
|
}
|
2022-11-04 06:14:09 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"contrib": {
|
|
|
|
"description": "SIMD related utility functions",
|
|
|
|
"supports": "!uwp"
|
|
|
|
}
|
|
|
|
}
|
2021-11-05 03:21:48 +08:00
|
|
|
}
|