Skip to content
Unverified Commit fec0f62c authored by Evan Nemerson's avatar Evan Nemerson Committed by GitHub
Browse files

Include version numbers in public header. (#314)

This can be used to detect whether the version of SLEEF being used
supports a feature.  For example

  #if SLEEF_VERSION_MAJOR > 3 || \
      (SLEEF_VERSION_MAJOR == 3 && SLEEF_VERSION_MINOR >= 5)
    /* Use function only available in SLEEF 3.5+ */
  #endif
parent 9b89c534
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment