Lokathor / wide

A crate to help you go wide. By which I mean use SIMD stuff.
https://docs.rs/wide
zlib License
279 stars 23 forks source link

Implement Support for WebAssembly SIMD #97

Closed CryZe closed 3 years ago

CryZe commented 3 years ago

This adds support for the +simd128 target feature for WebAssembly. The SIMD intrinsics just got stabilized with Rust 1.54.0.

CryZe commented 3 years ago

Nice, all tests pass. This is ready for review now 🎉