aboutsummaryrefslogtreecommitdiff
path: root/src/math/hypot_asm.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/hypot_asm.go')
-rw-r--r--src/math/hypot_asm.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math/hypot_asm.go b/src/math/hypot_asm.go
index 9435af41cf..852691037f 100644
--- a/src/math/hypot_asm.go
+++ b/src/math/hypot_asm.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build 386 || amd64
-// +build 386 amd64
package math