Skip to content

Commit

Permalink
Fix build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMula committed Mar 7, 2022
1 parent 0e98d1d commit 2a34ea9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions huff0/decompress_amd64.s
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// +build !appengine
// +build gc
// +build !noasm

#include "textflag.h"
#include "funcdata.h"
#include "go_asm.h"
Expand Down
4 changes: 4 additions & 0 deletions huff0/decompress_amd64.s.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// +build !appengine
// +build gc
// +build !noasm

#include "textflag.h"
#include "funcdata.h"
#include "go_asm.h"
Expand Down
4 changes: 2 additions & 2 deletions huff0/decompress_generic.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build noasm
// +build noasm
//go:build !amd64 || appengine || !gc || noasm
// +build !amd64 appengine !gc noasm

// This file contains a generic implementation of Decoder.Decompress4X.
package huff0
Expand Down

0 comments on commit 2a34ea9

Please sign in to comment.