1 Instruction handlers that take advantage of ARM VFP. These work with VFP 2 v2 and v3 (VFPLite). 3 4 The ARM code driving the floating-point calculations will run on ARMv5TE 5 and later. It assumes that word alignment is sufficient for double-word 6 accesses (which is true for some ARMv5 and all ARMv6/v7), to avoid having 7 to transfer double-precision values in two steps. 8