Updated Armv8.2 SM3和SM4 (markdown)

Sun Yimin 2021-12-28 11:18:08 +08:00
parent 38b0e73e3e
commit 362d9e0ed5

@ -7,3 +7,4 @@
1. [A Quick Guide to Go's Assembler](https://go.dev/doc/asm) 1. [A Quick Guide to Go's Assembler](https://go.dev/doc/asm)
1. [Golang arm instructions mapping](https://pkg.go.dev/cmd/internal/obj/arm64) 1. [Golang arm instructions mapping](https://pkg.go.dev/cmd/internal/obj/arm64)
1. [A C/C++ header file that converts Intel SSE intrinsics to Arm/Aarch64 NEON intrinsics.](https://github.com/DLTcollab/sse2neon) 1. [A C/C++ header file that converts Intel SSE intrinsics to Arm/Aarch64 NEON intrinsics.](https://github.com/DLTcollab/sse2neon)
1. [asm2go](https://github.com/anonymouse64/asm2go)