float1.c
来自「xml大全 可读写调用率很高 xml大全 可读写调用率很高」· C语言 代码 · 共 22 行
C
22 行
// PR optimization/11637// Origin: <nick@ilm.com>// This used to fail to assemble on x86 because a decimal// floating point litteral was emitted, which originated// from a bogus REG_EQUAL note not removed by the combiner.// { dg-do assemble }// { dg-options "-O2 -fnon-call-exceptions" }void f(long int seed);void g(float &o){ float a = 0.05f; float b = 1.0 - a; float c = 1.0 + a; f(0); o = a;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?