This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Endianness vtbx

Hi @ all,

I have a 16 byte permutation mask uint8_t[16] and a 16 byte data array uint32_t[4]. I want to "shuffle" this data array using vtbx.

This is my code so far:

 

The output looks like the following:

But it should look like that:

 

I think it has something to do with endianness, but just don't see the problem. Does anyone has a hint?

 

Sincerely

0