VCTR
Loading...
Searching...
No Matches
vctr::is::suitableForVfpOrSvmlSSERegisterFunction Concept Reference

A combined concept if one of the similar named Apple Accelerate VFP or Intel SVML backed member functions of SSERegister can be used with the given value type. More...

Concept definition

template<class ValueType>
concept vctr::is::suitableForVfpOrSvmlSSERegisterFunction = Config::archX64 && ((Config::platformApple && std::same_as<float, ValueType>) || (Config::hasSVML && realFloatNumber<ValueType>))
Constrains a type to represent a real valued floating point number.
Definition: NumericTypeConcepts.h:83
A combined concept if one of the similar named Apple Accelerate VFP or Intel SVML backed member funct...
Definition: ContainerAndExpressionConcepts.h:346

Detailed Description

A combined concept if one of the similar named Apple Accelerate VFP or Intel SVML backed member functions of SSERegister can be used with the given value type.