#include "PndCADef.h"
#include "PndCAMath.h"
Go to the source code of this file.
◆ SPECIALIZATION [1/2]
#define SPECIALIZATION |
( |
|
T | ) |
|
Value:template <> \
inline Vc::T Min<Vc::T>(const Vc::T &x, const Vc::T &y) \
{ \
} \
template <> \
inline Vc::T Max<Vc::T>(const Vc::T &x, const Vc::T &y) \
{ \
}
friend F32vec4 max(const F32vec4 &a, const F32vec4 &b)
friend F32vec4 min(const F32vec4 &a, const F32vec4 &b)
Definition at line 53 of file PndCAVector.h.
◆ SPECIALIZATION [2/2]
#define SPECIALIZATION |
( |
|
T | ) |
|
◆ validHitIndexes()
static uint_m validHitIndexes |
( |
const uint_v & |
v | ) |
|
|
inlinestatic |
Definition at line 23 of file PndCAVector.h.
References v.
25 return static_cast<int_v
>(
v) >= int_v(Vc::Zero);