sleef-trig-sys 0.1.0

Bindings to a few sleef.org trigonometric functions
Documentation
  • Coverage
  • 0%
    0 out of 6 items documented0 out of 0 items with examples
  • Size
  • Source code size: 1.75 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 498.86 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • greatest-ape/sleef-trig
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • greatest-ape

sleef-trig-sys

Bindings to some SLEEF trigonometric functions:

  • Sleef_sinf1_u35purec
  • Sleef_cosf1_u35purec
  • Sleef_sind1_u35purec
  • Sleef_sind2_u35sse2
  • Sleef_sind4_u35avx

Please note that SIMD FFI is unstable and relies on undefined behaviour.

The purpose of this crate is to enable correctness testing of sleef-trig, a Rust port of some of the above functions. I recommend using it instead of this crate due to the aformentioned soundness issues.