mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
9e65e229d0
- Assume unaligned loads are cheap - Explicilty use 256-bit or 128-bit SIMD to avoid AVX512 - Limit "vectorized" scanning to 128-bits if SIMD is emulated via SWAR - Add a few more benchmark cases