# shrew-cpu
CPU backend for the Shrew tensor engine.
Features:
- Parallel execution using `rayon`.
- SIMD optimizations where available (AVX2, AVX-512).
- Native implementations of common tensor operators (matmul, element-wise ops).
## License
Apache-2.0