vcpkg/ports/fp16/vcpkg.json

15 lines
326 B
JSON
Raw Normal View History

{
"name": "fp16",
"version-date": "2021-02-21",
"port-version": 2,
"description": "Header-only library for conversion to/from half-precision floating point formats",
"homepage": "https://github.com/Maratyszcza/FP16",
"dependencies": [
"psimd",
{
"name": "vcpkg-cmake",
"host": true
}
]
}