internal/sm2ec: ppc64le full test

This commit is contained in:
Sun Yimin 2024-08-27 15:45:28 +08:00 committed by GitHub
parent ffb69629c0
commit ba9e49e7a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View File

@ -34,7 +34,7 @@ jobs:
env: env:
GOARCH: ${{ matrix.arch }} GOARCH: ${{ matrix.arch }}
- name: Test - name: Test SM2EC
run: go test -v -short ./internal/sm2ec/... run: go test -v ./internal/sm2ec/...
env: env:
GOARCH: ${{ matrix.arch }} GOARCH: ${{ matrix.arch }}

View File

@ -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 //go:build !purego
#include "textflag.h" #include "textflag.h"