darwin-fsel-3.c
来自「Mac OS X 10.4.9 for x86 Source Code gcc」· C语言 代码 · 共 13 行
C
13 行
/* { dg-do compile { target powerpc*-*-darwin* } } *//* { dg-options "-O -mpowerpc-gfxopt" } *//* { dg-final { scan-assembler "fsub" } } *//* This is the same as gcc.dg/ppc-fsel-3.c, which is checking to see that this optimization is *not* done, that is, that -fno-trapping-math is the default. They can't both pass. */double foo(double a, double b, double c, double d){ return a < b ? c : d;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?