[PATCH] D96381: [AArch64] Adding SHA3 Intrinsics support
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 09:27:07 PST 2021
DavidSpickett added a comment.
One nit for now, I'll take a proper look tomorrow. Thanks for your work on these!
================
Comment at: clang/test/CodeGen/aarch64-neon-sha3.c:26
+void test_vsha512su0(uint64x2_t w0_1, uint64x2_t w2_) {
+
+ uint64x2_t result = vsha512su0q_u64(w0_1, w2_);
----------------
Nit: remove empty lines in this and the following
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96381/new/
https://reviews.llvm.org/D96381
More information about the llvm-commits
mailing list