Skip to content

Commit

Permalink
remove build flags for unsupported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunde21 committed Jun 16, 2018
1 parent 4b0561a commit e1ec33e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/asm/f64/gemvN_amd64.s
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//+build go1.8,!noasm,!appengine
//+build !noasm,!appengine

#include "textflag.h"

Expand Down
2 changes: 1 addition & 1 deletion internal/asm/f64/gemvT_amd64.s
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//+build go1.8,!noasm,!appengine
//+build !noasm,!appengine

#include "textflag.h"

Expand Down
2 changes: 0 additions & 2 deletions internal/asm/f64/gemv_test.go
Expand Up @@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build go1.7

package f64

import (
Expand Down

0 comments on commit e1ec33e

Please sign in to comment.