-
- Downloads
Avoid multiplication in memcpy family functions
Instead of multiplying everything by 8[/4], now addition is used. That way code is prettier.
Loading
Please register or sign in to comment
Instead of multiplying everything by 8[/4], now addition is used. That way code is prettier.