Shrink-wrap on povray

2012-11-20 Thread Zhenqiang Chen
Hi, I try ARM, MIPS, PowerPC and X86 on povray benchmark. No one can shrink-wrap function Ray_In_Bound. Here is: bool Ray_In_Bound (RAY *Ray, OBJECT *Bounding_Object) { ... for (Bound = Bounding_Object; Bound != NULL; Bound = Bound-Sibling) {...} return (true); } For ARM O2/O3, Bound is

Re: Shrink-wrap on povray

2012-11-20 Thread Michael Hope
On 20 November 2012 22:10, Zhenqiang Chen zhenqiang.c...@linaro.org wrote: Hi, I try ARM, MIPS, PowerPC and X86 on povray benchmark. No one can shrink-wrap function Ray_In_Bound. Here is: bool Ray_In_Bound (RAY *Ray, OBJECT *Bounding_Object) { ... for (Bound = Bounding_Object; Bound