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

Class OpDivS16x16

examples/AutoResearch/AutoResearchSimd.h:1231–1233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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};
1234struct OpDivU16x16 {
1235 fl::u16x16 operator()(fl::u16x16 a, fl::u16x16 b) const { return a / b; }
1236};

Callers 1

runMultiplyBenchmarkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected