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

◆ ref_sll_u32_4()

void autoresearch::simd_check::ref_sll_u32_4 ( const uint32_t * v,
int shift,
uint32_t * out )
inline

Definition at line 865 of file AutoResearchSimd.h.

865 {
866 for (int i = 0; i < 4; i++) out[i] = v[i] << shift;
867}

Referenced by test_crossval_sll_u32_4().

+ Here is the caller graph for this function: