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

A combined concept to check if Intel IPP is a suitable option for a real valued singed int32 vector operation. More...

Concept definition

template<class Src, class DstType, detail::PlatformVectorOpPreference pref detail::preferIfIppAndAccelerateAreAvailable>
concept vctr::is::suitableForIppRealSingedInt32VectorOp = detail::isPreferredVectorOp<pref> && Config::hasIPP && has::evalNextVectorOpInExpressionChain<Src, DstType> && std::same_as<int32_t, DstType>
Constrains a type to have a member function evalNextVectorOpInExpressionChain (value_type*) const.
Definition: ContainerAndExpressionConcepts.h:94
A combined concept to check if Intel IPP is a suitable option for a real valued singed int32 vector o...
Definition: ContainerAndExpressionConcepts.h:270

Detailed Description

A combined concept to check if Intel IPP is a suitable option for a real valued singed int32 vector operation.