MCPcopy Create free account
hub / github.com/FastLED/FastLED / test_set1_u32_4_zero

Function test_set1_u32_4_zero

examples/AutoResearch/AutoResearchSimd.h:336–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336inline bool test_set1_u32_4_zero() {
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}
342
343inline bool test_set_u32_4() {
344 uint32_t output[4] = {0};

Callers

nothing calls this directly

Calls 1

compare_u32Function · 0.85

Tested by

no test coverage detected