URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20050604-1.x] - Rev 859
Go to most recent revision | Compare with Previous | Blame | View Log
# 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
Go to most recent revision | Compare with Previous | Blame | View Log
