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

Function o3_fast_multiply

tests/fl/stl/compiler_control.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 return a * b;
52}
53static float o3_fast_multiply(float a, float b) {
54 return a * b;
55}
56FL_OPTIMIZATION_LEVEL_O3_END
57
58// Test helper: O0 debug function

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected