Template Struct TypeInfo< xsimd::batch_element_reference< BatchType > >#

Struct Documentation#

template<typename BatchType>
struct TypeInfo<xsimd::batch_element_reference<BatchType>>#

Public Types

using Scalar = typename xsimd::batch_element_reference<BatchType>::Scalar#
using Packet = std::false_type#
using Backend = backend::CPU#
using ShapeType = std::false_type#

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[] = "xsimd::batch_element_reference"#
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#