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

Function fast_math_multiply

tests/fl/stl/compiler_control.cpp:32–35  ·  view source on GitHub ↗

Test helper: Fast math function

Source from the content-addressed store, hash-verified

30
31// Test helper: Fast math function
32FL_FAST_MATH_BEGIN
33static float fast_math_multiply(float a, float b) {
34 return a * b;
35}
36FL_FAST_MATH_END
37
38// Test helper: O3 optimized functions (macros are file-scope only on Clang)

Callers 1

FL_TEST_FILEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected