Hello, I am getting some problems regarding the compilation and linking the ispc objects files with visual studio. Visual studio doesn't recognize symbols exported to object file that i am getting from ispc compiler. I am using this command:
./ispc.exe .\program1.ispc --addressing=64 --target=avx2 --arch=x86-64 -o program.o -h program.h -O3 -I "C:\Projects\nau\contrib\embree\include" Can you tell me if i am missing any flag that is necessary to be used to generate the proper file to be linked? Best Regards Bruno Martins -- 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.
