Skip to content

SIMD vertex buffer decoding and filtering #1

@yzsolt

Description

@yzsolt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions