blob: 756242d23450da0daff95528b6c912b9b3581707 [file] [log] [blame]
# 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"
}
set additional_flags "-Wno-psabi"
return 0