ocaml-flambda / flambda-backend

The Flambda backend project for OCaml
93 stars 67 forks source link

Restore missing `.h` files to `caml` directory of runtime 5's installed compiler #2695

Closed ncik-roberts closed 3 weeks ago

ncik-roberts commented 3 weeks ago

Restore these .h files to caml in runtime 5:

I believe these were unintentionally dropped/misplaced in the runtime 5 merge.

The build rule to generate opnames.h is copied and adapted from runtime 4.

Testing: I diffed the caml directory of flambda-backend's runtime 5 with 5.1.0 on opam. Now the only differences are header files we added: float32.h and simd.h.