SIMD data in struct classes
Hardware vector arithmetic (SIMD)

Prev:Writing efficient SIMD code
Next:Low-level SIMD primitives


Struct classes may contain fields which store SIMD data; for each SIMD vector type listed in math.vectors.simd.types there is a C type with the same name.

Only SIMD struct fields are allowed at the moment; passing SIMD data as function parameters is not yet supported.