fix right bitshift in `amd_bitalign`
In the current implementation the bit align is using signed integer which results in pulling in ones in the case the sign bit is set. - cast to unsigned integer before using bitshift
Please register or sign in to comment