You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C++ implementation has hand-rolled x86 (SSSE3, experimental AVX512), ARM (NEON) and WebAssembly SIMD accelerated vertex buffer decoding and filtering.
As of Rust 1.27 there's standardized support for x86 SIMD programming, but NEON and WASM needs external crates and/or nightly rustc.
The text was updated successfully, but these errors were encountered:
The C++ implementation has hand-rolled x86 (SSSE3, experimental AVX512), ARM (NEON) and WebAssembly SIMD accelerated vertex buffer decoding and filtering.
As of Rust 1.27 there's standardized support for x86 SIMD programming, but NEON and WASM needs external crates and/or nightly
rustc
.The text was updated successfully, but these errors were encountered: