aboutsummaryrefslogtreecommitdiff
path: root/src/math/floor_asm.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/floor_asm.go')
-rw-r--r--src/math/floor_asm.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math/floor_asm.go b/src/math/floor_asm.go
index 1265e5171e..fb419d6da2 100644
--- a/src/math/floor_asm.go
+++ b/src/math/floor_asm.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build 386 || amd64 || arm64 || ppc64 || ppc64le || s390x || wasm
-// +build 386 amd64 arm64 ppc64 ppc64le s390x wasm
package math