diff options
Diffstat (limited to 'libgo/go/math/floor_asm.go')
-rw-r--r-- | libgo/go/math/floor_asm.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgo/go/math/floor_asm.go b/libgo/go/math/floor_asm.go index 28e56a5d51..9a2487af3e 100644 --- a/libgo/go/math/floor_asm.go +++ b/libgo/go/math/floor_asm.go @@ -2,7 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build amd64 amd64p32 +// +build ignore +// -build amd64 amd64p32 package math |