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

Class OpDivU16x16

examples/AutoResearch/AutoResearchSimd.h:1234–1236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1232 fl::s16x16 operator()(fl::s16x16 a, fl::s16x16 b) const { return a / b; }
1233};
1234struct OpDivU16x16 {
1235 fl::u16x16 operator()(fl::u16x16 a, fl::u16x16 b) const { return a / b; }
1236};
1237
1238inline BenchmarkResult runMultiplyBenchmark(int iters = 10000) {
1239 BenchmarkResult r;

Callers 1

runMultiplyBenchmarkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected