float8

AVX-like SIMD types

pure nothrow @nogc
static if(AVXSizedVectorsAreEmulated)
struct float8 {}

Members

Mixins

__anonymous
mixin VectorOps!(float8, float[8])
Undocumented in source.

Variables

array
float[8] array;
Undocumented in source.

Meta