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

Class OpMul

examples/AutoResearch/AutoResearchSimd.h:1186–1188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184 template<typename T> T operator()(T a, T b) const { return a - b; }
1185};
1186struct OpMul {
1187 template<typename T> T operator()(T a, T b) const { return a * b; }
1188};
1189// Helper: time 4-wide scalar s8x8 with a binary op
1190template <typename Op>
1191inline int64_t benchS8x8_4(int iters, Op op) {

Callers 1

runMultiplyBenchmarkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected