?? builtin6.c
字號:
// PR c++/19044// Verify that alternate asm name for builtin named "foo" also gets// applied to its sibling "__builtin_foo".// { dg-do compile }// { dg-final { scan-assembler "fancy_sin" } }extern "C" double sin(double) __asm("_fancy_sin");double foo(double x) { return __builtin_sin(x); }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -