internal/cpu: missing one #310

This commit is contained in:
Sun Yimin 2025-03-05 14:58:28 +08:00 committed by GitHub
parent d7a6169fbf
commit a6d8014ac9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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