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