Namespaces | |
namespace | inner |
Data Structures | |
struct | number_traits< float > |
Features for float. More... | |
struct | vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type > |
Vector instructions for float when no Helium or Neon. More... | |
struct number_traits< float > |
Features for float.
Public Types | |
typedef float | accumulator |
Accumulator datatype for this scalar datatype. | |
typedef float | compute_type |
Compute datatype for this scalar datatype. | |
Static Public Member Functions | |
static constexpr float | one () |
One for this datatype. | |
Static Public Attributes | |
static constexpr bool | is_float = true |
It is a float number. | |
static constexpr bool | is_fixed = false |
It is not a fixed point. | |
|
inlinestaticconstexpr |
One for this datatype.
struct vector_traits< float, arch, typename std::enable_if<!std::is_base_of< Helium, arch >::value &&!std::is_base_of< Neon, arch >::value >::type > |
Vector instructions for float when no Helium or Neon.
arch | Current architecture |