Efficient C for ARM

Stuff That’s Slow on ARM

Floating Point
Most ARMs don’t have floating point units.
Division
ARM has no native divide instruction.
Unaligned data access
ARM prefers word-aligned data.

Navigate