#include <vector_simd.hpp>
Definition at line 27 of file vector_simd.hpp.
typedef vector_simd<len1,len2,typename V::Aligned> Aligned |
Reimplemented from vector_aligned< vector_unrolled< len1, V >, vector_unrolled< len2, V > >.
Definition at line 32 of file vector_simd.hpp.
typedef vector_simd<len1,len2,typename V::Naive> Naive |
Reimplemented from vector_aligned< vector_unrolled< len1, V >, vector_unrolled< len2, V > >.
Definition at line 31 of file vector_simd.hpp.
typedef vector_unrolled<len1,typename V::No_simd> No_simd |
Reimplemented from vector_aligned< vector_unrolled< len1, V >, vector_unrolled< len2, V > >.
Definition at line 33 of file vector_simd.hpp.
typedef vector_simd<len1,len2,typename V::No_thread> No_thread |
Reimplemented from vector_aligned< vector_unrolled< len1, V >, vector_unrolled< len2, V > >.
Definition at line 34 of file vector_simd.hpp.