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

◆ ref_mulhi32_i32_4()

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

Definition at line 950 of file AutoResearchSimd.h.

950 {
951 for (int i = 0; i < 4; i++) {
952 int64_t prod = (int64_t)(int32_t)a[i] * (int64_t)(int32_t)b[i];
953 out[i] = (uint32_t)(int32_t)(prod >> 32);
954 }
955}

Referenced by test_crossval_mulhi32_i32_4().

+ Here is the caller graph for this function: