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

Method fail

examples/SIMD/test_result.h:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 TestResult(const char* name) : test_name(name), passed(true), error_msg(nullptr) {}
16
17 void fail(const char* msg) {
18 passed = false;
19 error_msg = msg;
20 }
21};
22
23} // namespace simd_test

Callers 15

test_load_store_u8_16Function · 0.45
test_load_store_u32_4Function · 0.45
test_load_store_f32_4Function · 0.45
test_add_sat_u8_16Function · 0.45
test_sub_sat_u8_16Function · 0.45
test_scale_u8_16Function · 0.45
test_blend_u8_16Function · 0.45
test_min_u8_16Function · 0.45
test_max_u8_16Function · 0.45
test_avg_u8_16Function · 0.45
test_avg_round_u8_16Function · 0.45
test_and_u8_16Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected