Upload Kmake

This commit is contained in:
Gorochu
2026-05-26 23:36:42 -07:00
parent ba051b2f74
commit 555ec72358
41615 changed files with 13344630 additions and 1 deletions

18
deps/v8/third_party/fp16/README.v8 vendored Normal file
View File

@ -0,0 +1,18 @@
Name: FP16
Short Name: fp16
URL: https://github.com/Maratyszcza/FP16
Version: 0a92994d729ff76a58f692d3028ca1b64b145d91
Date: 2022-10-24
License: MIT
License File: LICENSE
Security Critical: Yes
Shipped: yes
Description:
Header-only library for conversion to/from half-precision floating point formats
This copy should be synced with chromium's copy in chromium/src/third_party/fp16
Local Modifications:
- Included only the header files in the `include` directory in `src/`.
- Extracted LICENSE file separately.