JayBeams  0.1
Another project to have fun coding.
jb::detail::always_aligned< T > Struct Template Reference

Determine if a timeseries type guarantees alignment suitable for SIMD optimizations. More...

#include <array_traits.hpp>

Inheritance diagram for jb::detail::always_aligned< T >:

Detailed Description

template<typename T>
struct jb::detail::always_aligned< T >

Determine if a timeseries type guarantees alignment suitable for SIMD optimizations.

We provide specializations for aligned_vector (e.g. std::vector<>) and aligned_multi_array (e.g. boost::multi_array) to be able to operate on them generically.

Template Parameters
Tthe type stored by the timeseries container

Definition at line 179 of file array_traits.hpp.


The documentation for this struct was generated from the following file: