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