Previous | Next --- Slide 4 of 63
Back to Lecture Thumbnails
ufxela

does ispc get compiled down into c++? Or something lower level?

jt

@ufxela I think ispc is written in c-based language (with some extensions) And the ispc compiler compiles the code into hardware instructions that could run on SPMD hardware units.

jt

@ufxela checkout this web page for more details! https://ispc.github.io/ispc.html

Please log in to leave a comment.