Skip to main content

Module simd

Module simd 

Source
Expand description

SIMD optimizations for MEM8 wave operations Achieves 973× performance improvement through vectorized operations Uses manual loop unrolling and cache-aware algorithms for stable Rust

Structs§

BenchmarkResult
PerformanceBenchmark
Performance benchmarking utilities
SimdGridOps
Optimized grid operations with cache blocking
SimdWaveProcessor
SIMD-style wave processor using manual vectorization