Razican / vsop87-rs

VSOP87 algorithm in Rust
https://crates.io/crates/vsop87
Apache License 2.0
16 stars 8 forks source link

Use SIMD #23

Closed Razican closed 3 years ago

Razican commented 6 years ago

We need faster computation in machines where SIMD is available. Furthermore, now that Rust has landed the SIMD stabilization RFC, we should start thinking on implementing it.

Razican commented 5 years ago

This is implemented in the develop branch, but requires further testing to find the most efficient solution.