rs6000-fpint.c

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

C
12
字号
/* { dg-do compile { target powerpc*-*-* rs6000-*-* } } *//* { dg-options "-mno-powerpc-gfxopt" } *//* { dg-final { scan-assembler-not "stfiwx" } } *//* A basic test of the old-style (not stfiwx) fp -> int conversion.  */int f(double a, double b){  int a1 = a;  int b1 = b;  return a1+b1;}

⌨️ 快捷键说明

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