commit | dcac30c78f7edd865307a4e54c21a369503fff73 | [log] [tgz] |
---|---|---|
author | Serban Constantinescu <serban.constantinescu@arm.com> | Mon Jun 17 16:54:53 2013 +0100 |
committer | David Butcher <david.butcher@arm.com> | Thu Dec 19 18:32:01 2013 +0000 |
tree | 956322c7888d372825222f837a1084d68c2ba685 | |
parent | 673f4c40382532c3b00b86f9e89bfd088b495f43 [diff] |
Dalvik: Add hardware vfp support for OP_LONG_TO_DOUBLE in JIT The following patch adds hardware vfp support for OP_LONG_TO_DOUBLE in the JIT. Previously this opcode was implemented using one of gcc's builtin helpers. Change-Id: I3c88b2a527dea99dcefdb34be6695e75993da73e Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>