Files
vcpkg/ports/fp16/vcpkg.json
EvilMcStevil 8abb2f799b [nnpack][fxdiv][fp16][psimd][pthreadpool] Added unofficial cmake bindings (#46775)
Co-authored-by: Steve <steve@imagus.au>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Steve Brain <sbrain@vixvizion.com>
2025-08-06 12:56:21 -07:00

19 lines
394 B
JSON

{
"name": "fp16",
"version-date": "2021-02-21",
"port-version": 4,
"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
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}