Expand description
The simd module contains functions for performing simd vector
calculations on the x86 and x86_64 processor architectures.
Functions§
- dot2d⚠
- 2D vector double dot product function: a . b.
- dot_
product ⚠ - 2D vector double dot product function: a . b.
- perp_
product ⚠ - 2D vector double perp product function: a x b.