template<typename T>
struct simd::TypeInfo< T >
Type information for SIMD types.
|
static constexpr const char * | defaultFormat () |
| Returns the default format string for printf (e.g. "%d " for Int)
|
|
static constexpr const char * | format () |
| Returns the format string for printf (e.g. "d" for Int)
|
|
static constexpr const char * | hexFormat () |
| Returns the hex format string for printf (e.g. "%08x " for Int)
|
|
static constexpr T | max () |
| Returns the maximum value of the type.
|
|
static constexpr T | min () |
| Returns the minimum value of the type.
|
|
static constexpr const char * | name () |
| Returns the name of the type (e.g. "Int" for Int)
|
|
static constexpr T | trueval () |
| Returns a value where all bits are 1.
|
|