Skip to content
Snippets Groups Projects
Commit b4387ac0 authored by psychocrypt's avatar psychocrypt
Browse files

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
parent 2e801faf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment