E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches
eve::relative_conditional_expr Concept Reference

Specifies that a type is a Conditional Expression using relative mask. More...

#include <eve/concept/conditional.hpp>

Detailed Description

Types modeling relative_conditional_expr are eve::conditional_expr that represents masks based on relative position of lanes. They provide an API to query the layout of lanes to ignore.

Examples

Concept definition

template<typename T>
{
{ a.count(eve::as<eve::wide<int>>()) };
{ a.offset(eve::as<eve::wide<int>>()) };
{ a.roffset(eve::as<eve::wide<int>>()) };
}
Specifies that a type is a Conditional Expression.
Definition conditional.hpp:28
Specifies that a type is a Conditional Expression using relative mask.
Definition conditional.hpp:52
Lightweight type-wrapper.
Definition as.hpp:29
Wrapper for SIMD registers.
Definition wide.hpp:70