commit | 3e43121ed16996758342aafdc42806ea2a0fe181 | [log] [tgz] |
---|---|---|
author | Justin Chadwell <justin.chadwell@arm.com> | Wed Jul 03 14:15:22 2019 +0100 |
committer | Justin Chadwell <justin.chadwell@arm.com> | Fri Jul 12 09:12:19 2019 +0100 |
tree | a8dcf10c220f1120542143c54abd4d8eb5e2da94 | |
parent | d3b6df7c3b0db0c5791dd92b66f195a601d69559 [diff] |
Update base code 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: Iddd6f38139a4c6e500468b4fc48d04e0939f574e Signed-off-by: Justin Chadwell <justin.chadwell@arm.com>