Crates.io | sleef-trig-sys |
lib.rs | sleef-trig-sys |
version | 0.1.0 |
source | src |
created_at | 2022-10-01 13:11:43.552009 |
updated_at | 2022-10-01 13:11:43.552009 |
description | Bindings to a few sleef.org trigonometric functions |
homepage | |
repository | https://github.com/greatest-ape/sleef-trig |
max_upload_size | |
id | 677819 |
size | 1,754,540 |
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.