[vsipl++] [patch] Support for Cell FFT's up to 4K points.

Stefan Seefeld stefan at codesourcery.com
Tue Feb 13 14:25:21 UTC 2007


Stefan Seefeld wrote:

>> Although this did remind me that we are not passing any flags to the SPU
>> compiler like -Wall.  I changed this to do the following:
>>
>>    CC_SPU_FLAGS := @CXXFLAGS@
>>
>> Which passes any PPU flags from the configure line on to the SPU
>> compiler.  Is this ok, at least for now?
> 
> This should be
> 
> CC_SPU_FLAGS := @CFLAGS@,

Sorry, I take that back. CFLAGS is used now to compile the PPU-side of ALF.
And, as we may need to pass different flags for PPU and SPU, we can't use
CFLAGS here. So, this really needs to be spelled out as 'CC_SPU_FLAGS'.

Since we don't add anything, why can't we just leave it out and set
it as an environment variable only ?

Thanks,
		Stefan

-- 
Stefan Seefeld
CodeSourcery
stefan at codesourcery.com
(650) 331-3385 x718



More information about the vsipl++ mailing list