SIMD characteristics of data types.The SIMDTrait class template provides the SIMD characteristics of a specific data type:
More...
#include <SIMDTrait.h>
Inherits SIMDTraitBase< RemoveCV_< T > >.
template<typename T>
class blaze::SIMDTrait< T >
SIMD characteristics of data types.
The SIMDTrait class template provides the SIMD characteristics of a specific data type:
- The nested data type Type corresponds to the according packed, SIMD data type. In case the data type doesn't have a SIMD representation, Type corresonds to the given data type itself.
- The size member constant corresponds to the number of values of the given data type that are packed together in one SIMD vector type. In case the data type cannot be vectorized, size is set to 1.
The documentation for this class was generated from the following file: