From eaaebf7928b142b6e27e8faa8007810d0a32aeba Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Tue, 6 Dec 2011 16:52:02 -0800 Subject: [PATCH] Small documentation cleanups --- docs/ispc.txt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/ispc.txt b/docs/ispc.txt index c54ff7dd..0748209a 100644 --- a/docs/ispc.txt +++ b/docs/ispc.txt @@ -146,8 +146,6 @@ Contents: + `Restructuring Existing Programs to Use ISPC`_ + `Understanding How to Interoperate With the Application's Data`_ -* `Related Languages`_ - * `Disclaimer and Legal Information`_ * `Optimization Notice`_ @@ -402,7 +400,7 @@ which sets the target architecture, ``--cpu``, which sets the target CPU, and ``--target``, which sets the target instruction set. By default, the ``ispc`` compiler generates code for the 64-bit x86-64 -architecture (i.e. ``--arch=x86-64`.) To compile to a 32-bit x86 target, +architecture (i.e. ``--arch=x86-64``.) To compile to a 32-bit x86 target, supply ``--arch=x86`` on the command line: :: @@ -3708,12 +3706,6 @@ elements to work with and then proceeds with the computation. } -Related Languages -================= - -TODO: rsl, C*, IVL - - Disclaimer and Legal Information ================================