|
Expression Templates Library (ETL)
|
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. | |
Define traits to get vectorization information for types when no vector mode is available.
1.8.13