node/deps/v8/third_party/fp16
Stefan Stojanovic 728c861b1c
deps: fix FP16 bitcasts.h
PR-URL: https://github.com/nodejs/node/pull/53134
Refs: https://github.com/nodejs/node/issues/52809
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2024-06-01 10:55:05 +02:00
..
src/include deps: fix FP16 bitcasts.h 2024-06-01 10:55:05 +02:00
BUILD.gn deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
LICENSE deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
OWNERS deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
README.v8 deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00

README.v8

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.