From: David Schleef Date: Thu, 10 Jun 2010 17:52:20 +0000 (-0700) Subject: doc: NEON backend is open source X-Git-Tag: orc-0.4.6~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90004c689ec9825ea07ddaf0a2d5cdd81bc89c01;p=platform%2Fupstream%2Forc.git doc: NEON backend is open source --- diff --git a/doc/concepts.xml b/doc/concepts.xml index c15a185..10ae505 100644 --- a/doc/concepts.xml +++ b/doc/concepts.xml @@ -174,8 +174,7 @@ High-level view of what Orc does. An OrcTarget represents a particular instruction set or CPU family for which code can be generated. Current targets include MMX, SSE, - Altivec, and ARM. Entropy Wave also has non-open-source NEON and - C64x+ targets. There is also a special target that generates C + Altivec, NEON, and ARM. There is also a special target that generates C source code, but is not capable of producing executable code at runtime. In most cases, the default target is the most appropriate target for the current CPU.