Search found 1 match

by matt_hargett
Tue Jun 16, 2009 7:55 am
Forum: PSP Development
Topic: GCC 4.4.0 and PSP Toolchain
Replies: 18
Views: 6237

The loop transformation/optimization improvements in GCC 4.4 should be a huge boon to a somewhat cache-limited platform like the PS2. You just have to make sure that you build with CLOOG, PPL, and MPFR support. On top of this, being able to use the additional C++0x language features would allow nice...