mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-05-10 00:31:37 +08:00
a344e5d094
The upper halves are not guaranteed to be zero in x86-64. Also use `test` instead of `and` when the result isn't used for anything other than as a branch condition, this allows some register moves to be eliminated. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>