About
Contact
QtCreator
KDevelop
Solarized
1
extern
thread_local
int
x
;
2
extern
thread_local
int
y
;
3
extern
thread_local
int
z
;
4
5
int
__attribute__
((target(
"arch=pwr10"
)))
TestPOWER10
() {
return
x
+
y
+
z
; }
6