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

Class OpDivFloat

examples/AutoResearch/AutoResearchSimd.h:1225–1227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1223}
1224
1225struct OpDivFloat {
1226 float operator()(float a, float b) const { return a / b; }
1227};
1228struct OpDivS8x8 {
1229 fl::s8x8 operator()(fl::s8x8 a, fl::s8x8 b) const { return a / b; }
1230};

Callers 1

runMultiplyBenchmarkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected