Skip to content

Releases: Chris00/ocaml-crlibm

0.5.1

11 Nov 14:59
Compare
Choose a tag to compare

CHANGES:

  • Fix compilation on the Intel 32 bits platform.

0.5

05 Nov 18:37
Compare
Choose a tag to compare
0.5

CHANGES:

  • Rename sub-modules to more standard names.
  • Workaround 32 bits linker problem.

0.4

06 Apr 11:38
Compare
Choose a tag to compare
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

29 Sep 16:04
Compare
Choose a tag to compare
0.3

CHANGES:

  • Switch to Dune and dune.configurator.

0.2

10 Jun 17:30
Compare
Choose a tag to compare
0.2

CHANGES:

  • Speed improvements.

0.1

15 May 21:39
Compare
Choose a tag to compare
0.1

0.1 2018-05-14

  • Binding to CRlibm with rounding modes presented as modules.
  • Elementary test.
  • Speed test (comparison with standard functions).