aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2018-10-01 20:14:29 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-10-01 20:14:29 +0000
commit1b28253347dedba72abaf81e86b1812863d07a11 (patch)
tree992a035d1f5b4ec1e72fb1945fd096193f96d177 /gcc/go
parentdf1346b423f1c8849b6090b47023ee29f6dddf7a (diff)
downloadgcc-1b28253347dedba72abaf81e86b1812863d07a11.zip
gcc-1b28253347dedba72abaf81e86b1812863d07a11.tar.gz
gcc-1b28253347dedba72abaf81e86b1812863d07a11.tar.bz2
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
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 590d2eb..69dd8b7 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-f4a224ec481957ca4f14d0e8cc4fe59cc95b3a49
+013a9e68c9a31f888733d46182d19f9e5d956f27
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.