aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fp16/vcpkg.json
blob: 8d890ce0ce3a5724f5ef7d9d933f2c1c308189ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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
    }
  ]
}