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

◆ ref_andnot_u8_16()

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

Definition at line 703 of file AutoResearchSimd.h.

703 {
704 for (int i = 0; i < 16; i++) out[i] = (~a[i]) & b[i];
705}

Referenced by test_crossval_andnot_u8_16().

+ Here is the caller graph for this function: