Hi,

I've started having a play with ISPC and have been very impressed with the 
results. However, we build everything under Windows, using a GCC cross 
compiler/linker when targetting Linux. I've determined that the object 
files produced under Linux can be linked by our cross linker but what I 
need to to have the Windows ISPC emit Linux object files. From what I can 
see, the triple used by ISPC under Windows is 'x86_64-pc-windows-msvc' so I 
guess that I need this to be changed to 'x86_64-pc-Linux-GCC'? Is there a 
way of overriding this in the stock build of ISPC? Failing that, I guess 
that I can build LLVM from source with a different default target and then 
build ISPC to use that build of LLVM?

Any advice, thoughts, comments gratefully received!

Cheers,

S.

-- 
You received this message because you are subscribed to the Google Groups 
"Intel SPMD Program Compiler Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to