Re: [Open64-devel] Please help review a build broken fix for non-x86 targets [CG][LNO]

2011-08-03 Thread Gang Yu
Sun: According to Mike's suggestion, I have a revised patch for this broken issue. Since there are no lnoconfig_stacks in use, putting the LNO_Iter_threshold to target specific config_targ.cxx is safe. with only the side effect of setting the LNO_iter_threshold multiple times. Since each ba

Re: [Open64-devel] Please help review a build broken fix for non-x86 targets [CG][LNO]

2011-08-03 Thread Sun Chan
where is your Is_Target_SSE41() defined, say, for SL? Sun On Wed, Aug 3, 2011 at 8:24 PM, Gang Yu wrote: > Sun: > >    According to Mike's suggestion, I have a revised patch for this broken > issue. > >    Since there are no lnoconfig_stacks in use, putting the > LNO_Iter_threshold to target spec

Re: [Open64-devel] Please help review a build broken fix for non-x86 targets [CG][LNO]

2011-08-03 Thread Gang Yu
According to Mike, it is only defined in osprey/common/com/x8664/config_targ.cxx Gang On Wed, Aug 3, 2011 at 8:33 PM, Sun Chan wrote: > where is your Is_Target_SSE41() defined, say, for SL? > Sun > > On Wed, Aug 3, 2011 at 8:24 PM, Gang Yu wrote: > > Sun: > > > >According to Mike's suggest

Re: [Open64-devel] Please help review a build broken fix for non-x86 targets [CG][LNO]

2011-08-03 Thread Sun Chan
right, I forgot. I am fine with the change. One other thing, how would Is_Target_Orochi and OP_sse5 be dealt with and thus eliminate yet another #ifdef? sun On Wed, Aug 3, 2011 at 8:58 PM, Gang Yu wrote: > According to Mike, it is only defined in > osprey/common/com/x8664/config_targ.cxx > Gang >

Re: [Open64-devel] Please help review a build broken fix for non-x86 targets [CG][LNO]

2011-08-03 Thread Gang Yu
en, I will take a look to see whether there are chances to remove them out. Thanks Gang On Wed, Aug 3, 2011 at 9:12 PM, Sun Chan wrote: > right, I forgot. I am fine with the change. > One other thing, how would Is_Target_Orochi and OP_sse5 be dealt with > and thus eliminate yet another #ifdef?