commit | 7429b39474f996bbf2dda2ae41c26a6421e3be4d | [log] [tgz] |
---|---|---|
author | Justin Chadwell <justin.chadwell@arm.com> | Wed Jul 03 14:10:31 2019 +0100 |
committer | Justin Chadwell <justin.chadwell@arm.com> | Thu Jul 11 12:10:58 2019 +0100 |
tree | f41d1fb0ad88f00c1b28966038b032af61aa2fe7 | |
parent | fed41a10610308936615e46219811fac7ae2fcf8 [diff] |
Update meson platform to not rely on undefined overflow behaviour This consists of ensuring that the left operand of each shift is unsigned when the operation might overflow into the sign bit. Change-Id: Ib7ec8ed3423e9b9b32be2388520bc27ee28f6370 Signed-off-by: Justin Chadwell <justin.chadwell@arm.com>