This checkin provides the standard set of atomic operations and a memory barrier in the ispc standard library. Both signed and unsigned 32- and 64-bit integer types are supported.
8 lines
230 B
Bash
Executable File
8 lines
230 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rst2html.py ispc.txt > ispc.html
|
|
|
|
#rst2latex --section-numbering --documentclass=article --documentoptions=DIV=9,10pt,letterpaper ispc.txt > ispc.tex
|
|
#pdflatex ispc.tex
|
|
#/bin/rm -f ispc.aux ispc.log ispc.out ispc.tex
|