📄 20030204-1.c
字号:
/* PR optimization/8555 *//* { dg-do compile } *//* { dg-options "-O -ffast-math -funroll-loops" } *//* { dg-options "-march=pentium3 -O -ffast-math -funroll-loops" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */float foo (float *a, int i){ int j; float x = a[j = i - 1], y; for (j = i; --j >= 0; ) if ((y = a[j]) > x) x = y; return x;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -