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

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

Concept definition

template<class DstType, class... Sources>
concept vctr::is::suitableForAccelerateNeonOp = Config::platformApple && Config::archARM && std::same_as<float, DstType> && (has::getNeon<Sources> && ...)
Constrains a type to have a member function getNeon (size_t) const.
Definition: ContainerAndExpressionConcepts.h:84
A combined concept to check if Apple Accelerate vpf functions are suitable to work on Neon registers.
Definition: ContainerAndExpressionConcepts.h:256

Detailed Description

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