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

A combined concept to check if Apple Accelerate vpf functions are suitable to work on SSE registers. More...

Concept definition

template<class DstType, class... Sources>
concept vctr::is::suitableForAccelerateSSEOp = Config::platformApple && Config::archX64 && std::same_as<float, DstType> && (has::getSSE<Sources> && ...)
Constrains a type to have a member function getSSE (size_t) const.
Definition: ContainerAndExpressionConcepts.h:82
A combined concept to check if Apple Accelerate vpf functions are suitable to work on SSE registers.
Definition: ContainerAndExpressionConcepts.h:234

Detailed Description

A combined concept to check if Apple Accelerate vpf functions are suitable to work on SSE registers.