|
I agree with Pierre, but what we have done with embedded C code is to use a set of defines to turn packet and unaligned access on and off at compile time. That way, one can enable it at compile time if the CPU supports it.
-Wilfred
- Not all ARM CPUs support them. On some 32 bit ARM CPUs that don't you will get SIGBUS on Android.