Bernd Mueller schrieb:
Florian Klaempfl wrote:
They also asked me to send them some code which illustrates the
problem, which they claim should not exist because the compiler should
make sure everything is aligned.
FPC does too as long as you don't force the compiler to use a certain
memory
Florian Klaempfl wrote:
They also asked me to send them some code which illustrates the
problem, which they claim should not exist because the compiler should
make sure everything is aligned.
FPC does too as long as you don't force the compiler to use a certain
memory layout like using the pa
Florian Klaempfl schrieb:
They also asked me to send them some code which illustrates the
problem, which they claim should not exist because the compiler should
make sure everything is aligned.
FPC does too as long as you don't force the compiler to use a certain
memory layout like using the
They also asked me to send them some code which illustrates the
problem, which they claim should not exist because the compiler should
make sure everything is aligned.
FPC does too as long as you don't force the compiler to use a certain
memory layout like using the packed keyword or casting u
Hello,
There was a presentation about ARM in my university and I asked them
about the errors when accessing unaligned memory.
The good news is that they said that the latest generation of ARM
processors supports unaligned memory access.
They also asked me to send them some code which illustrates