4443946.c

来自「Mac OS X 10.4.9 for x86 Source Code gcc」· C语言 代码 · 共 15 行

C
15
字号
/* APPLE LOCAL file 4443946 *//* { dg-do compile { target i?86-*-darwin* } } *//* { dg-options "-fasm-blocks -O2" } *//* The compiler used to flag any write to %ebp as an error.  */t2 (){  __asm {    movd    mm4,            ebp    movd    ebp,            mm3    movntq  [edi][ebp],     mm0    movd    ebp,            mm4  }}

⌨️ 快捷键说明

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