Template Struct TypeInfo< Vc_1::Detail::ElementReference< VectorType, InstructionSet > >#

Struct Documentation#

template<typename VectorType, typename InstructionSet>
struct TypeInfo<Vc_1::Detail::ElementReference<VectorType, InstructionSet>>#

Public Types

using Scalar = typename VectorType::EntryType#
using Packet = std::false_type#
using Backend = backend::CPU#

Public Static Functions

static inline constexpr auto min() noexcept#
static inline constexpr auto max() noexcept#
static inline constexpr auto epsilon() noexcept#
static inline constexpr auto roundError() noexcept#
static inline constexpr auto denormMin() noexcept#
static inline constexpr auto infinity() noexcept#
static inline constexpr auto quietNaN() noexcept#
static inline constexpr auto signalingNaN() noexcept#

Public Static Attributes

static constexpr detail::LibRapidType type = detail::LibRapidType::Scalar#
static constexpr int64_t packetWidth = 1#
static constexpr char name[] = "Vc::ElementReference"#
static constexpr bool supportsArithmetic = true#
static constexpr bool supportsLogical = false#
static constexpr bool supportsBinary = false#
static constexpr bool allowVectorisation = false#
static constexpr bool canAlign = true#
static constexpr bool canMemcpy = false#