asm-a.c

来自「用于进行gcc测试」· C语言 代码 · 共 16 行

C
16
字号
/* { dg-options "-O2" } *//* { dg-do compile } *//* { dg-require-effective-target ilp32 } *//* The problem was we were not striping the long cast here.   Note this really should be invalid code but not for the   current release (4.0) as we have people using it.  */void blockCopy_MMX2(int*);void postProcess_MMX2(){  int c, x,y, width;  asm( "" :: "m" ((long)x));  blockCopy_MMX2(&c);}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?