diff options
| author | Matthieu Darbois <mayeut@users.noreply.github.com> | 2016-04-27 21:56:09 +0200 |
|---|---|---|
| committer | Matthieu Darbois <mayeut@users.noreply.github.com> | 2016-04-27 21:56:09 +0200 |
| commit | e6881e75279627096fbbaca19e837252737a3892 (patch) | |
| tree | c05a6c766db204f7ce2f9db5cd499d6296c3763d /wrapping/java | |
| parent | 2296dc9e68e0ebc8342a8669aa2398a029b0fa3f (diff) | |
Fix negative shift left reported by UBSan (#758)
Follow-up of #757
This shall have no performance impact on 2’s complement machine where
the compiler replaces the multiplication by power of two (constant) by
a left shift.
Verified at least on MacOS Xcode 7.3, same assembly generated after fix.
Diffstat (limited to 'wrapping/java')
0 files changed, 0 insertions, 0 deletions
