diff options
author | Laurent Vivier <lvivier@redhat.com> | 2016-05-09 15:24:58 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-06-07 18:02:49 +0300 |
commit | c00dc6750f6e825df27aa20fce713a55a4032cc6 (patch) | |
tree | 5bc37f2cc12cfd8cd0484edf344bd67d755d4c71 /CODING_STYLE | |
parent | cd1f16f94727f82ea77fcd82c4dad63bb9172a6f (diff) |
replace muldiv64(a, b, c) by (uint64_t)a * b / c
When "a" and "b" are 32bit values, we don't have to cast
them to 128bit, 64bit is enough.
This patch is the result of coccinelle script
scripts/coccinelle/simplify_muldiv64.cocci
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
For xtensa PIC:
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'CODING_STYLE')
0 files changed, 0 insertions, 0 deletions