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

Class OpAdd

examples/AutoResearch/AutoResearchSimd.h:1180–1182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1178}
1179
1180struct OpAdd {
1181 template<typename T> T operator()(T a, T b) const { return a + b; }
1182};
1183struct OpSub {
1184 template<typename T> T operator()(T a, T b) const { return a - b; }
1185};

Callers 1

runMultiplyBenchmarkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected