AArch64: avoid UB shift of negative value
Left shifting a negative value is undefined behaviour, so this just moves the negation afterwards to avoid it.
parent
08e9556d
Please register or sign in to comment
Left shifting a negative value is undefined behaviour, so this just moves the negation afterwards to avoid it.