MIPS: skip runtime detection for DSPr2 if -mdspr2 option is in CFLAGS
authorSiarhei Siamashka <siarhei.siamashka@gmail.com>
Sun, 8 Jul 2012 20:10:00 +0000 (23:10 +0300)
committerSiarhei Siamashka <siarhei.siamashka@gmail.com>
Tue, 16 Oct 2012 15:27:45 +0000 (18:27 +0300)
commit90bcafa495c1074b0ea1d35f99aa4837917494bd
tree591189385c2fbea4df1a384cbce22c33e87d1fb2
parentd5f2f39319fc358cccda60abe0bc927bd27131c1
MIPS: skip runtime detection for DSPr2 if -mdspr2 option is in CFLAGS

This provides a way to enable MIPS DSP ASE optimizations if running
under qemu-user (where /proc/cpuinfo contains information about the
host processor instead of the emulated one). Can be used for running
pixman test suite in qemu-user when having no access to real MIPS
hardware.
pixman/pixman-mips.c