20050316-2.x

来自「用于进行gcc测试」· X 代码 · 共 10 行

X
10
字号
# This testcase generates MMX instructions together with x87 instructions.# Currently, there is no "emms" generated to switch between register sets,# so the testcase fails for targets where MMX insns are enabled.if { [istarget "i?86-*-*"] || [istarget "x86_64-*-*"] } {	set additional_flags "-mno-mmx"}return 0

⌨️ 快捷键说明

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