Releases: Chris00/ocaml-crlibm
Releases · Chris00/ocaml-crlibm
0.5.1
CHANGES:
- Fix compilation on the Intel 32 bits platform.
0.5
CHANGES:
- Rename sub-modules to more standard names.
- Workaround 32 bits linker problem.
0.4
CHANGES:
- Fix undeclared symbol un CRlibm for Windows MinGW.
- Fix warning about extraneous parentheses in CRlibm code.
- Automatically execute
crlibm_init
and crlibm_exit
.
- Add some tests.
0.3
CHANGES:
- Switch to Dune and
dune.configurator
.
0.1
0.1 2018-05-14
- Binding to CRlibm with rounding modes presented as modules.
- Elementary test.
- Speed test (comparison with standard functions).