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

◆ ref_xor_u8_16()

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

Definition at line 700 of file AutoResearchSimd.h.

700 {
701 for (int i = 0; i < 16; i++) out[i] = a[i] ^ b[i];
702}

Referenced by test_crossval_xor_u8_16().

+ Here is the caller graph for this function: