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

◆ ref_add_i32_4()

void autoresearch::simd_check::ref_add_i32_4 ( const uint32_t * a,
const uint32_t * b,
uint32_t * out )
inline

Definition at line 835 of file AutoResearchSimd.h.

835 {
836 for (int i = 0; i < 4; i++) out[i] = a[i] + b[i]; // wrapping
837}

Referenced by test_crossval_add_i32_4().

+ Here is the caller graph for this function: