mirror of
https://github.com/emmansun/gmsm.git
synced 2025-05-11 11:36:18 +08:00
Updated SM3性能优化 (markdown)
parent
391c570bfe
commit
a73b6c324f
@ -148,7 +148,7 @@ SM3可以对Wt XOR Wt+4进行并行计算,
|
|||||||
|
|
||||||
# RORXL
|
# RORXL
|
||||||
|
|
||||||
这是循环右移,SM3使用循环左移,没看到有ROLXL这样的指令,根据Intel的指令定义,应该能传入负数来实现,
|
这是循环右移,SM3使用循环左移,没看到有ROLXL这样的指令,根据Intel的指令定义,应该能传入负数来实现(通过测试,用负数来做循环左移没有问题),
|
||||||
|
|
||||||
Operation
|
Operation
|
||||||
IF (OperandSize = 32)
|
IF (OperandSize = 32)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user