Or can use a pointer (to the original array) and access it as a 32bit array, of course it has to be properly aligned to 4 bytes.
This way you create another view of the same memory space, though have to take in account the endianness (might require some byte swaps).
This way you create another view of the same memory space, though have to take in account the endianness (might require some byte swaps).
Statistics: Posted by gmx — Thu Jun 05, 2025 10:41 pm