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

Function test_set_u32_4

examples/AutoResearch/AutoResearchSimd.h:343–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343inline bool test_set_u32_4() {
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}
349
350inline bool test_set1_f32_4() {
351 float output[4] = {0.0f};

Callers

nothing calls this directly

Calls 1

compare_u32Function · 0.85

Tested by

no test coverage detected