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

◆ test_set_u32_4()

bool autoresearch::simd_check::test_set_u32_4 ( )
inline

Definition at line 343 of file AutoResearchSimd.h.

343 {
344 uint32_t output[4] = {0};
345 store_u32_4(output, set_u32_4(0x11111111, 0x22222222, 0x33333333, 0x44444444));
346 uint32_t expected[4] = {0x11111111, 0x22222222, 0x33333333, 0x44444444};
347 return compare_u32(expected, output, 4);
348}
bool compare_u32(const uint32_t *a, const uint32_t *b, size_t n)

References compare_u32().

Referenced by getTests().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: