$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Joel FALCOU (joel.falcou_at_[hidden])
Date: 2008-06-21 02:05:46
JF Charron a écrit :
> So my question is: Is Boost working on Xbox 360 and PlayStation3?
Speaking from experience, for the PS3 under the Fedora linux, Boost is 
working fine as it detects a PowerPC architecture using gcc under linux. 
Programming the Cell PPE with Boost is doable and works great. On the 
contrary, programming the SPE don't work that much but it's mainly 
because any code linked against libstd break the 256Kb barrier of the 
SPE scratchpad. If you use no STL class in your code and don't include 
iostream, it'll be fine.
-- Joel FALCOU Research Engineer @ Institut d'Electronique Fondamentale Université PARIS SUD XI France