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

◆ test_set1_u32_4()

bool autoresearch::simd_check::test_set1_u32_4 ( )
inline

Definition at line 329 of file AutoResearchSimd.h.

329 {
330 uint32_t output[4] = {0};
331 store_u32_4(output, set1_u32_4(0xDEADBEEF));
332 uint32_t expected[4] = {0xDEADBEEF, 0xDEADBEEF, 0xDEADBEEF, 0xDEADBEEF};
333 return compare_u32(expected, output, 4);
334}
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: