[ARM] Fix typo in comment in arm_expand_prologue
[official-gcc.git] / libgo / go / math / floor_asm.go
blob9a2487af3e8465390d67975ab76bf65695f24bf6
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 //defined in floor_amd64.s
11 func hasSSE4() bool
13 var useSSE4 = hasSSE4()