📄 gen-vect-33.c
字号:
/* Compiler generates 64-bit stores of zero for this on some targets. Check there is no problem for such case. *//* { dg-do compile } *//* { dg-options "-O2 -ftree-vectorize" } */voidfoo (float *dest, int xcount, int ycount){ int x, y; for (y = 0; y < ycount; y++) for (x = 0; x < xcount; x++) dest[x + y] = (float) 0;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -