⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 simd-5.x

📁 this is a gcc file, you can download it and learn its usetility, for further detail please look at t
💻 X
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -