From 877081968690670d47cfa85a9d56263b500fb886 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Fri, 23 Aug 2024 19:54:41 +0800 Subject: [PATCH] Updated Golang s390x asm Reference (markdown) --- Golang-s390x-asm-Reference.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Golang-s390x-asm-Reference.md b/Golang-s390x-asm-Reference.md index fa8abdd..9e88bbb 100644 --- a/Golang-s390x-asm-Reference.md +++ b/Golang-s390x-asm-Reference.md @@ -78,7 +78,10 @@ The main difference between **VMALH** and **VMAH** (same as **VMH** and **VMLH** In other words, VMALH is used for unsigned integer operations, while VMAH is used for signed integer operations. The choice between the two depends on whether the data you're working with is signed or unsigned. - - +# SM2 S390X汇编优化 + +https://github.com/emmansun/gmsm/blob/main/internal/sm2ec/p256_asm_s390x.s + +进行中,这个需要神兽押阵吗?