mul-subnormal-single-1.x
来自「用于进行gcc测试」· X 代码 · 共 17 行
X
17 行
if [istarget "mips-sgi-irix6*"] { # IRIX 6 sets the MIPS IV flush to zero bit by default, so this test # isn't expected to work for n32 and n64 on MIPS IV targets. return 1}if {[istarget "m68k-*-*"] && [check_effective_target_coldfire_fpu]} { # ColdFire FPUs require software handling of subnormals. We are # not aware of any system that has this. set torture_execute_xfail "m68k-*-*"}if [istarget "spu-*-*"] { # The SPU single-precision floating point format does not # support subnormals. return 1}return 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?