Niko Nevatie

Results 1 comments of Niko Nevatie

For now, you can use e.g. Jinja (http://jinja.pocoo.org/) for generating ISPC code using a fully-featured template language: ``` {% set TYPES = ['int8', 'int'] %} {% for T in TYPES...