[vsipl++] Problem compiling VSIPL++ Matrix code

Stefan Seefeld stefan at codesourcery.com
Tue May 6 20:40:28 UTC 2008


Edward,

Rutledge, Edward wrote:
> Hi,
> 
> Using Sourcery VSIPL++ 1.4, I am trying to compile the following program 
> but I get compile errors.  Looking at the VSIPL++ spec, I think this is 
> a valid program.  Am I doing something wrong?

No you are not. I can confirm that this should work. Fortunately, there 
is a simple work-around:

Insert an additional header on top:

#include <vsip/parallel.hpp>

With that the compile error will go away.

Obviously, we are going to fix this issue such that user code doesn't 
have to include that header if they don't otherwise need it.

Thanks,
		Stefan

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



More information about the vsipl++ mailing list