C5663: Instruction or runtime call <Instruction> produces <Size> bytes of code

[WARNING]

Description

The compiler generated an especially slow code pattern. The actual limit is CPU dependent.

Tips

See if the C code can be rewritten so that faster code is generated.

See if powers of two can be used for dividends.

Try to use unsigned types.

Try to use smaller types.