History log of /art/test/646-checker-hadd-char/src/Main.java
Revision Date Author Comments
f3e61ee363fe7f82ef56704f06d753e2034a67dd 13-Apr-2017 Aart Bik <ajcbik@google.com> Implement halving add idiom (with checker tests).

Rationale:
First of several idioms that map to very efficient SIMD instructions.
Note that the is-zero-ext and is-sign-ext are general-purpose utilities
that will be widely used in the vectorizer to detect low precision
idioms, so expect that code to be shared with many CLs to come.

Test: test-art-host, test-art-target
Change-Id: If7dc2926c72a2e4b5cea15c44ef68cf5503e9be9