Skip to content

Commit

Permalink
internal/sm2ec: ppc64le order mul/sqr
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Aug 29, 2024
1 parent f0b36b7 commit c198fa8
Show file tree
Hide file tree
Showing 4 changed files with 575 additions and 20 deletions.
2 changes: 1 addition & 1 deletion internal/sm2ec/p256_asm_ord.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build (amd64 || arm64 || s390x) && !purego
//go:build (amd64 || arm64 || s390x || ppc64le) && !purego

package sm2ec

Expand Down
2 changes: 1 addition & 1 deletion internal/sm2ec/p256_asm_ord_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build (amd64 || arm64 || s390x) && !purego
//go:build (amd64 || arm64 || s390x || ppc64le) && !purego

package sm2ec

Expand Down
Loading

1 comment on commit c198fa8

@emmansun
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.