summaryrefslogtreecommitdiff
path: root/TestPrograms/test_arm_sm3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TestPrograms/test_arm_sm3.cpp')
-rw-r--r--TestPrograms/test_arm_sm3.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TestPrograms/test_arm_sm3.cpp b/TestPrograms/test_arm_sm3.cpp
index 6a299231..819101bd 100644
--- a/TestPrograms/test_arm_sm3.cpp
+++ b/TestPrograms/test_arm_sm3.cpp
@@ -6,6 +6,7 @@
int main(int argc, char* argv[])
{
// SM3 hash
+ // https://developer.arm.com/architectures/instruction-sets/simd-isas/neon/intrinsics?search=SM3
uint32x4_t y;
y=vsm3ss1q_u32(x,y,y);
y=vsm3tt1aq_u32(x,y,y,3);