Updated Home (markdown)

Sun Yimin 2024-10-08 08:41:18 +08:00
parent e8f12c83ad
commit 58303732bd

@ -12,7 +12,7 @@
**各算法架构优化表** **各算法架构优化表**
| | amd64 | arm64 | ppc64x(*1) | s390x | riscv64 | loong64 | | | amd64 | arm64 | ppc64x(*1) | s390x | riscv64 | loong64(*3) |
| ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- | ----------- |
| SM2 | ✔ | ✔ | ✔ | ✔ | ✘ | ✘ | | SM2 | ✔ | ✔ | ✔ | ✔ | ✘ | ✘ |
| SM3 | ✔ | ✔ | ✔ | ✔ | ✘ | ✘ | | SM3 | ✔ | ✔ | ✔ | ✔ | ✘ | ✘ |
@ -22,6 +22,7 @@
**注1**ppc64x主要指ppc64le, 因为ppc64没有test/CI环境。 **注1**ppc64x主要指ppc64le, 因为ppc64没有test/CI环境。
**注2**s390x的SM9优化基于现实需求没有实现。 **注2**s390x的SM9优化基于现实需求没有实现。
**注3**loong64的test/CI环境还没有Ready且loong64和riscv64类似几乎没有CPU feature可以利用SIMD/Vector目前在Golang也不支持。
# 他人对比结果 # 他人对比结果