Skip to main content

Module simd

Module simd 

Source
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.