* cp-tree.h (build_noexcept_spec, add_exception_specifier): Adjust
[official-gcc.git] / libgo / go / math / floor_asm.go
blob761349a00456127bd7071335957686f37ff0b96e
1 // Copyright 2015 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 // +build ignore
6 // -build amd64 amd64p32
8 package math
10 import "internal/cpu"
12 var useSSE41 = cpu.X86.HasSSE41