Skip to content
Snippets Groups Projects
Commit 794d2169 authored by Simo Sorce's avatar Simo Sorce Committed by Niels Möller
Browse files

Recode xts_shift based on endianess


This creates two implementations of xts_shift, one for little endian and
one for big endian. This way we avoid copies to additional variables and
inefficient byteswapping on platforms that do not have dedicated
instructions.

Signed-off-by: default avatarSimo Sorce <simo@redhat.com>
parent 8702a4c4
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