Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help



SIMD Operations

Topic: performance.simd

This chapter is under development. Please check back soon for complete documentation on MathHook's SIMD (Single Instruction Multiple Data) vectorization strategies.

Chapter Placeholder

This chapter is under development. Please check back soon for complete documentation.

For now, please refer to:

Examples

Refer to Documentation

Check the rustdoc for current SIMD implementation details

Rust
#![allow(unused)]
fn main() {
// See https://docs.rs/mathhook-core/latest/mathhook_core/core/performance/

}

API Reference

  • Rust: mathhook_core::core::performance
  • Python: mathhook
  • JavaScript: mathhook-node

See Also