Processor Architectures
Our processor architectures:
ARMv5EL: ARM v5 of the instruction set (as typified by the ARM9xx family of processors), compiled with the new EABI and little-endian instructions. Floating point is handheld by soft emulation.
ARMv6EL-VFP: ARM v6 of the instruction set (as used in the ARM11xx family of processors), compiled with the new EABI and little-endian instructions. In this case, we also use the native Vector Floating Point support built into the processor.
