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

Function o3_sum

tests/fl/stl/compiler_control.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 return a * b;
35}
36FL_FAST_MATH_END
37
38// Test helper: O3 optimized functions (macros are file-scope only on Clang)
39FL_OPTIMIZATION_LEVEL_O3_BEGIN
40static int o3_sum(int a, int b) {
41 return a + b;
42}
43static int o3_loop_sum() {
44 int sum = 0;
45 for (int i = 0; i < 10; i++) {

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected