mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
Co-authored-by: Steve <steve@imagus.au> Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: Steve Brain <sbrain@vixvizion.com>
19 lines
394 B
JSON
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
|
|
}
|
|
]
|
|
}
|