fix minmax pseudo-code -- CR0 must not have lt/gt swapped
[libreriscv.git] / ispc.mdwn
1 # ispc
2 ispc is a compiler for a variant of the C programming language, with extensions for single program, multiple data programming.
3
4 * <https://github.com/ispc/ispc/>
5 * <https://pharr.org/matt/blog/2018/04/30/ispc-all.html>