FastLED 3.9.15
Loading...
Searching...
No Matches

◆ ref_max_u8_16()

void autoresearch::simd_check::ref_max_u8_16 ( const uint8_t * a,
const uint8_t * b,
uint8_t * out )
inline

Definition at line 988 of file AutoResearchSimd.h.

988 {
989 for (int i = 0; i < 16; i++) out[i] = a[i] > b[i] ? a[i] : b[i];
990}

Referenced by test_crossval_max_u8_16().

+ Here is the caller graph for this function: