runtime: add arm64 version of AES hash code
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 1 Oct 2018 20:14:29 +0000 (20:14 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 1 Oct 2018 20:14:29 +0000 (20:14 +0000)
commit1b28253347dedba72abaf81e86b1812863d07a11
tree992a035d1f5b4ec1e72fb1945fd096193f96d177
parentdf1346b423f1c8849b6090b47023ee29f6dddf7a
runtime: add arm64 version of AES hash code

    Rewrite the arm64 AES hashing code from gc assembler to C code using
    intrinsics.  The resulting code generates the same hash code for the
    same input as the gc code--that doesn't matter as such, but testing it
    ensures that the C code does something useful.

    Reviewed-on: https://go-review.googlesource.com/138535

From-SVN: r264771
gcc/go/gofrontend/MERGE
libgo/runtime/aeshash.c