runtime: add arm64 version of AES hash code
commite1f88bf02ab5335f73dcbf2ad821d35d084949bf
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Oct 2018 20:14:29 +0000 (1 20:14 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Oct 2018 20:14:29 +0000 (1 20:14 +0000)
tree992a035d1f5b4ec1e72fb1945fd096193f96d177
parent9d4fa1d7c28549be44e4b2bb3dbed0803f98cb78
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264771 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/runtime/aeshash.c