Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 99e45fa

Browse filesBrowse files
authored
Add gc build tags (#61)
Excludes gccgo (non-gc) compilers.
1 parent f73b335 commit 99e45fa
Copy full SHA for 99e45fa

File tree

Expand file treeCollapse file tree

5 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+5
-5
lines changed

‎sha256blockAvx512_amd64.s

Copy file name to clipboardExpand all lines: sha256blockAvx512_amd64.s
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//+build !noasm,!appengine
1+
//+build !noasm,!appengine,gc
22

33
TEXT ·sha256X16Avx512(SB), 7, $0
44
MOVQ digests+0(FP), DI

‎sha256blockAvx512_amd64_test.go

Copy file name to clipboardExpand all lines: sha256blockAvx512_amd64_test.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//+build !noasm,!appengine
1+
//+build !noasm,!appengine,gc
22

33
/*
44
* Minio Cloud Storage, (C) 2017 Minio, Inc.

‎sha256blockSha_amd64.s

Copy file name to clipboardExpand all lines: sha256blockSha_amd64.s
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//+build !noasm,!appengine
1+
//+build !noasm,!appengine,gc
22

33
// SHA intrinsic version of SHA256
44

‎sha256blockSha_amd64_test.go

Copy file name to clipboardExpand all lines: sha256blockSha_amd64_test.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//+build !noasm,!appengine
1+
//+build !noasm,!appengine,gc
22

33
package sha256
44

‎sha256block_arm64.s

Copy file name to clipboardExpand all lines: sha256block_arm64.s
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//+build !noasm,!appengine
1+
//+build !noasm,!appengine,gc
22

33
// ARM64 version of SHA256
44

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.