verpeteren / rust-simd-noise

SIMD noise library for Rust
https://crates.io/crates/simdnoise
250 stars 20 forks source link

Add f64 functionality #21

Closed TheHellBox closed 4 years ago

TheHellBox commented 4 years ago

Most of the functions are untested, but there is no reasons for them not to work.

jackmott commented 4 years ago

you can use the little program in example folder to test pretty easy if you like.

TheHellBox commented 4 years ago

I've tested fbm on scalar and avx2. Cellular is untested, as well as sse2/sse41, but I might test those tomorrow if you wish

jackmott commented 4 years ago

i can check stuff out later tonight

TheHellBox commented 4 years ago

Actually... I've found that noise on avx2 has quite a lot of artifacts on bigger scale, and sse2 seem to not work at all... Meh. But scalar works just fine