sleef-trig-sys 0.1.0

Bindings to a few sleef.org trigonometric functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# sleef-trig-sys

Bindings to some [SLEEF](https://sleef.org) 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](https://github.com/rust-lang/rust/issues/63068).

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.