-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the ispc wiki! This wiki collects information related to the design and implementation of the ispc compiler for anyone working on the source code. For now, documentation about using the ispc compiler is collected in the user's guide (http://ispc.github.com/ispc.html); it's an open question whether that should be transitioned to a wiki format as well.
These pages give an overview of the general process of building ispc from source.
ispc uses the LLVM libraries--here is a page that tracks bugs in LLVM that impact ispc.The compiler tests should always be run before any check in.
Here are some collected notes and possible ideas related to future changes and additions to the compiler. (Fully baked things that are definitely worth doing and have a clear implementation path are captured in the issues tracker (https://github.com/ispc/ispc/issues), while the things here are still in the process of being defined.