-
- Downloads
sgidec: make compiler optimize away memcpy call in inner loop.
Using an always_inline function makes the memcpy length a constant,
any reasonable compiler will replace it by a single mov instruction
without us having to duplicate the actual code.
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Loading
Please register or sign in to comment