...
Source file src/pkg/vendor/golang.org/x/sys/cpu/cpu_gccgo_s390x.go
1
2
3
4
5
6
7 package cpu
8
9
10
11 func haveAsmFunctions() bool { return false }
12
13
14
15
16 func stfle() facilityList { panic("not implemented for gccgo") }
17 func kmQuery() queryResult { panic("not implemented for gccgo") }
18 func kmcQuery() queryResult { panic("not implemented for gccgo") }
19 func kmctrQuery() queryResult { panic("not implemented for gccgo") }
20 func kmaQuery() queryResult { panic("not implemented for gccgo") }
21 func kimdQuery() queryResult { panic("not implemented for gccgo") }
22 func klmdQuery() queryResult { panic("not implemented for gccgo") }
23
View as plain text