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

◆ ref_sra_i32_4()

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

Definition at line 868 of file AutoResearchSimd.h.

868 {
869 for (int i = 0; i < 4; i++) out[i] = (uint32_t)((int32_t)v[i] >> shift);
870}

Referenced by test_crossval_sra_i32_4().

+ Here is the caller graph for this function: