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

◆ ref_and_u8_16()

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

Definition at line 694 of file AutoResearchSimd.h.

694 {
695 for (int i = 0; i < 16; i++) out[i] = a[i] & b[i];
696}

Referenced by test_crossval_and_u8_16().

+ Here is the caller graph for this function: