Re: [Pixman] Basic infrastructure for MIPS architecture and initial set of SRC routines.

2012-02-25 Thread Søren Sandmann
I have merged the patches to master. Thanks, Soren Nemanja Lukic nlu...@mips.com writes: Per previous code review: Run time detection is changed so that MIPS 74K instead of MIPS 74Kc string is searched in /proc/cpuinfo. I used 74Kc as search string, since all boards I have, although Kf

[Pixman] Basic infrastructure for MIPS architecture and initial set of SRC routines.

2012-02-21 Thread Nemanja Lukic
Per previous code review: Run time detection is still there (per Siarhei's comments), uses /proc/cpuinfo, but now properly detects DSPr2 extensions and 32 byte cache line size (both are true only for MIPS 74Kc cores). - Currently only 74Kc core is available that supports DSPr2. - In the

Re: [Pixman] Basic infrastructure for MIPS architecture and initial set of SRC routines.

2012-02-21 Thread Siarhei Siamashka
On Tue, Feb 21, 2012 at 4:59 PM, Nemanja Lukic nlu...@mips.com wrote: Per previous code review: Run time detection is still there (per Siarhei's comments), uses /proc/cpuinfo, but now properly detects DSPr2 extensions and 32 byte cache line size (both are true only for MIPS 74Kc cores).

Re: [Pixman] Basic infrastructure for MIPS architecture and initial set of SRC routines.

2012-02-21 Thread Matt Turner
On Tue, Feb 21, 2012 at 1:05 PM, Siarhei Siamashka siarhei.siamas...@gmail.com wrote: On Tue, Feb 21, 2012 at 4:59 PM, Nemanja Lukic nlu...@mips.com wrote: Per previous code review: Run time detection is still there (per Siarhei's comments), uses /proc/cpuinfo, but now properly detects

Re: [Pixman] Basic infrastructure for MIPS architecture and initial set of SRC routines.

2012-02-21 Thread Siarhei Siamashka
On Tue, Feb 21, 2012 at 8:24 PM, Matt Turner matts...@gmail.com wrote: How does this affect compiling with -march=mips64{,r2}, assuming that there are mips64 CPUs with DSPr2? It will likely either build without DSPr2 optimizations (by failing the DSPr2 configure test), or fail the compilation