mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:09:07 +08:00
67d8f453e5
* [psimd] create a new port * [psimd] update baseline and port SHA * [fp16] create a new port * [fp16] update baseline and port SHA * [fp16] apply PR feedback
10 lines
244 B
JSON
10 lines
244 B
JSON
{
|
|
"name": "fp16",
|
|
"version-date": "2021-02-21",
|
|
"description": "Header-only library for conversion to/from half-precision floating point formats",
|
|
"homepage": "https://github.com/Maratyszcza/FP16",
|
|
"dependencies": [
|
|
"psimd"
|
|
]
|
|
}
|