📄 opt-10.c
字号:
/* { dg-do compile } *//* { dg-options "-O3 -fpic" } *//* { dg-require-effective-target tls } *//* The web pass was creating unrecognisable pic_load_dot_plus_four insns on ARM. */__thread int a_thread_local;void *spin (int n){ int i; for (i = 0; i <= n; i++) { a_thread_local += i; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -