Skip to content

Releases: mikebentley15/libccddbl

libccddbl Initial release v2.2

11 Oct 19:42
e6d894c
Compare
Choose a tag to compare

To match up the release versions for libccd, I chose to give the next version number up from the latest release from libccd.

This package is identical to libccd with some key differences

  • Only provides CMake for building
  • Renamed the library to libccddbl from libccd
  • Only supports double precision
  • Rename all global functions and macros with ccd -> ccddbl and CCD -> CCDDBL

The purpose is to be able to install this library (that only supports double-precision) alongside libccd (compiled as single-precision). That way, you can use both single and double precision of the CCD functionality within the same executable with no name clashes.