diff options
Diffstat (limited to 'vcpkg/ports/highway/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/highway/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/highway/vcpkg.json b/vcpkg/ports/highway/vcpkg.json new file mode 100644 index 0000000..561c07a --- /dev/null +++ b/vcpkg/ports/highway/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "highway", + "version": "1.3.0", + "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 + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "contrib": { + "description": "SIMD related utility functions", + "supports": "!uwp" + } + } +} |