Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

SIMD vertex buffer decoding and filtering #1

Open
yzsolt opened this issue Jan 28, 2021 · 0 comments
Open

SIMD vertex buffer decoding and filtering #1

yzsolt opened this issue Jan 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@yzsolt
Copy link
Owner

yzsolt commented Jan 28, 2021

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant