Skip to content

Commit a6d8014

Browse files
authored
internal/cpu: missing one #310
1 parent d7a6169 commit a6d8014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/bigmod/nat_asm.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
package bigmod
88

9-
import "golang.org/x/sys/cpu"
9+
import "github.com/emmansun/gmsm/internal/cpu"
1010

1111
// amd64 assembly uses ADCX/ADOX/MULX if ADX is available to run two carry
1212
// chains in the flags in parallel across the whole operation, and aggressively

0 commit comments

Comments
 (0)