📄 387-8.c
字号:
/* Verify that 387 fptan instruction is generated. Also check that inherent load of 1.0 is used in further calculations. *//* { dg-do compile } *//* { dg-require-effective-target ilp32 } *//* { dg-options "-O2 -ffast-math -march=i686" } *//* { dg-final { scan-assembler "fptan" } } *//* { dg-final { scan-assembler-not "fld1" } } */extern double tan (double);double f1(double x){ return 1.0 / tan(x);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -