Skip to content

Commit

Permalink
Runtime: Add float16 support to bigarray (#1803)
Browse files Browse the repository at this point in the history
Co-authored-by: Jérôme Vouillon <[email protected]>
  • Loading branch information
hhugo and vouillon authored Jan 23, 2025
1 parent 6f590f7 commit 5f1ca29
Show file tree
Hide file tree
Showing 12 changed files with 66,241 additions and 73 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Test: run wasm tests on windows
* Misc: drop support for IE
* Misc: move tests to OCaml 5.3
* Runtime: support for float16 bigarrays

## Bug fixes
* Compiler: Fix small bug in global data flow analysis (#1768)
Expand Down
8 changes: 8 additions & 0 deletions compiler/tests-jsoo/dune
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
\
test_io
test_floats
test_float16
test_marshal_compressed
test_parsing
calc_parser
Expand All @@ -51,6 +52,13 @@
(preprocess
(pps ppx_expect)))

(test
(name test_float16)
(build_if
(>= %{ocaml_version} 5.2))
(modules test_float16)
(modes js wasm native))

(ocamlyacc calc_parser)

(ocamllex calc_lexer)
Expand Down
Loading

0 comments on commit 5f1ca29

Please sign in to comment.