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

Class OpDivS8x8

examples/AutoResearch/AutoResearchSimd.h:1228–1230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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};
1231struct OpDivS16x16 {
1232 fl::s16x16 operator()(fl::s16x16 a, fl::s16x16 b) const { return a / b; }
1233};

Callers 1

runMultiplyBenchmarkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected