* reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
[official-gcc.git] / libgo / go / math / export_s390x_test.go
blob2e7f584dc3f6cae1e4ff6cae37a44089633f9d8e
1 // Copyright 2016 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
7 package math
9 // Export internal functions and variable for testing.
10 var Log10NoVec = log10
11 var CosNoVec = cos
12 var CoshNoVec = cosh
13 var SinNoVec = sin
14 var SinhNoVec = sinh
15 var TanhNoVec = tanh
16 var HasVX = hasVX