diff options
| author | Park DongHa <luncliff@gmail.com> | 2021-04-02 02:36:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-01 10:36:07 -0700 |
| commit | 67d8f453e5c6dbf6f6eefe223cddb721f6189c6d (patch) | |
| tree | bd302a294529d274978268761da3847c0fae843b /versions | |
| parent | b05fe02703b4dcef51a5a616cd6a498d48b00d0c (diff) | |
| download | vcpkg-67d8f453e5c6dbf6f6eefe223cddb721f6189c6d.tar.gz vcpkg-67d8f453e5c6dbf6f6eefe223cddb721f6189c6d.zip | |
[fp16] create a new port (#16340)
* [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
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/f-/fp16.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 2ca9b999d..dc9e7da9e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2036,6 +2036,10 @@ "baseline": "1.0.5", "port-version": 0 }, + "fp16": { + "baseline": "2021-02-21", + "port-version": 0 + }, "fplus": { "baseline": "0.2.13-p0", "port-version": 0 diff --git a/versions/f-/fp16.json b/versions/f-/fp16.json new file mode 100644 index 000000000..2785c93e5 --- /dev/null +++ b/versions/f-/fp16.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "849acf1f87e0194fda4cd5459e51c564874c60ed", + "version-date": "2021-02-21", + "port-version": 0 + } + ] +} |
