mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 04:06:18 +08:00
internal/cpu: missing one #310
This commit is contained in:
parent
d7a6169fbf
commit
a6d8014ac9
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
package bigmod
|
package bigmod
|
||||||
|
|
||||||
import "golang.org/x/sys/cpu"
|
import "github.com/emmansun/gmsm/internal/cpu"
|
||||||
|
|
||||||
// amd64 assembly uses ADCX/ADOX/MULX if ADX is available to run two carry
|
// amd64 assembly uses ADCX/ADOX/MULX if ADX is available to run two carry
|
||||||
// chains in the flags in parallel across the whole operation, and aggressively
|
// chains in the flags in parallel across the whole operation, and aggressively
|
||||||
|
Loading…
x
Reference in New Issue
Block a user