CGARM64-2 |
Bug |
Compiler, ARM64: Bitaccess on misaligned variable leads to access violation |
Won't Fix |
[[GENERAL]] The data used for the bit
access is not aligned (pack-mode 1). On the ARM platform an alignment is
mandatory. The attribute "pack_mode" is a workaround for very special
cases when an unaligned access becomes necessary and should be used only
if there is no other possibility because of performance issues. For bit
operations an unaligned access is not implemented because an atomic
access would no longer be possible. |