Skip to content

Commit

Permalink
internal/sm2ec: ppc64le full test
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Aug 27, 2024
1 parent ffb6962 commit ba9e49e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_ppc64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
GOARCH: ${{ matrix.arch }}

- name: Test
run: go test -v -short ./internal/sm2ec/...
- name: Test SM2EC
run: go test -v ./internal/sm2ec/...
env:
GOARCH: ${{ matrix.arch }}
6 changes: 6 additions & 0 deletions internal/sm2ec/p256_asm_ppc64le.s
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// This is a port of the NIST P256 ppc64le asm implementation to SM2 P256.
//
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build !purego

#include "textflag.h"
Expand Down

1 comment on commit ba9e49e

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