We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a6169 commit a6d8014Copy full SHA for a6d8014
internal/bigmod/nat_asm.go
@@ -6,7 +6,7 @@
6
7
package bigmod
8
9
-import "golang.org/x/sys/cpu"
+import "github.com/emmansun/gmsm/internal/cpu"
10
11
// amd64 assembly uses ADCX/ADOX/MULX if ADX is available to run two carry
12
// chains in the flags in parallel across the whole operation, and aggressively
0 commit comments