commit | 4d0589c90971e19c25894414ae7da579269e1fe2 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Jun 10 16:10:56 2014 -0700 |
committer | Andreas Gampe <agampe@google.com> | Tue Jun 10 16:21:33 2014 -0700 |
tree | 0bb8a8bea051cfee85e26719eaf4045da9fb2132 | |
parent | 69d57a89595c7c0fba7b7f7b7c6b431a92137215 [diff] |
ART: Move __memcmp16 from Bionic to ART Handle __memcmp16 / MemCmp16 in ART. Import assembly implementations for arm and mips from Bionic. Use a generic C version for all other platforms. Removes the memcmp16 quick entrypoint, as it is never used. Bump the oat version and update thread.cc and checks to reflect the structural change. Change-Id: I54a5a1da2a0a43ef271c8aeda0bf2276b8b11ac6