* doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
[official-gcc.git] / libgo / go / math / floor_asm.go
blob28e56a5d51bd963f961134d01e8ecec42f9db234
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 amd64 amd64p32
7 package math
9 //defined in floor_amd64.s
10 func hasSSE4() bool
12 var useSSE4 = hasSSE4()