meshopt-rs icon indicating copy to clipboard operation
meshopt-rs copied to clipboard

SIMD vertex buffer decoding and filtering

Open yzsolt opened this issue 4 years ago • 0 comments

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.

yzsolt avatar Jan 28 '21 10:01 yzsolt