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

◆ test_set1_u32_4_zero()

bool autoresearch::simd_check::test_set1_u32_4_zero ( )
inline

Definition at line 336 of file AutoResearchSimd.h.

336 {
337 uint32_t output[4] = {1,1,1,1};
338 store_u32_4(output, set1_u32_4(0));
339 uint32_t expected[4] = {0, 0, 0, 0};
340 return compare_u32(expected, output, 4);
341}
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: