📄 simd-5.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 + -