simd-5.x

来自「this is a gcc file, you can download it 」· X 代码 · 共 42 行

X
42
字号
# h8300 does not have long longif { [istarget "h8300-*-*"] } {    return 1;}if { [istarget "sparc64-*-*"] || [istarget "sparcv9-*-*"] } {    # On SPARC64/SPARC-V9 it fails, except with -m32.    set torture_eval_before_compile {        global compiler_conditional_xfail_data        set compiler_conditional_xfail_data {            "PR target/9200" \            { "*-*-*" } \            { "*" } \            { "-m32" }        }    }} elseif { [istarget "sparc-*-*"] } {    # On regular SPARC it doesn't fail, except with -m64.    set torture_eval_before_compile {        global compiler_conditional_xfail_data        set compiler_conditional_xfail_data {            "PR target/9200" \            { "*-*-*" } \            { "-m64" } \            { "" }        }    }} elseif { [istarget "powerpc64-*-*"] } {    # On PowerPC-64 it fails unconditionally.    set torture_eval_before_compile {        global compiler_conditional_xfail_data        set compiler_conditional_xfail_data {            "PR target/9680" \            "*-*-*" \            { "*" } \            { "" }        }    }}return 0

⌨️ 快捷键说明

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