Skip to content

Commit b47a6aa

Browse files
authored
Fix missing noasm tags (#50)
1 parent deab41a commit b47a6aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

detect_intel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2015 Klaus Post, released under MIT License. See LICENSE file.
22

3-
//+build 386,!gccgo amd64,!gccgo,!noasm,!appengine
3+
//+build 386,!gccgo,!noasm amd64,!gccgo,!noasm,!appengine
44

55
package cpuid
66

private/cpuid_detect_intel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// but copy it to your own project and rename the package.
33
// See more at http://github.com/klauspost/cpuid
44

5-
//+build 386,!gccgo amd64,!gccgo,!noasm,!appengine
5+
//+build 386,!gccgo,!noasm amd64,!gccgo,!noasm,!appengine
66

77
package cpuid
88

0 commit comments

Comments
 (0)