Expression Templates Library (ETL)
Public Types | Static Public Attributes | List of all members
etl::no_intrinsic_traits< T > Struct Template Reference

Define traits to get vectorization information for types when no vector mode is available. More...

#include <no_vectorization.hpp>

Public Types

using intrinsic_type = T
 The intrinsic type.
 

Static Public Attributes

static constexpr bool vectorizable = false
 Boolean flag indicating if the type is vectorizable or not.
 
static constexpr size_t size = 1
 Numbers of elements done at once.
 
static constexpr size_t alignment = alignof(T)
 Necessary number of bytes of alignment for this type.
 

Detailed Description

template<typename T>
struct etl::no_intrinsic_traits< T >

Define traits to get vectorization information for types when no vector mode is available.


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