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 48 of file PndFTSVector.h.
Referenced by validHitIndexes().
◆ SPECIALIZATION [2/2]
#define SPECIALIZATION |
( |
|
T | ) |
|
◆ validHitIndexes()
static uint_m validHitIndexes |
( |
const uint_v & |
v | ) |
|
|
inlinestatic |