Highway, a C++ library that provides portable SIMD/vector intrinsics
- Efficient and performance-portable vector software
- API synopsis / quick reference
- High-level overview
- Static vs. dynamic dispatch
- Headers
- Notation in this doc
- Vector and tag types
- Using unspecified vector types
- Targets
- Operations
- Preprocessor macros
- Advanced macros
- Detecting supported targets
- Advanced configuration macros
- Compiler support
- Type traits
- Memory allocation
- Speeding up code for older x86 platforms
- Design philosophy
- Frequently Asked Questions
- Highway implementation details
- Release testing process