summaryrefslogtreecommitdiffstats
path: root/rules/orc.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-08-16 14:35:04 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-16 14:35:04 +0200
commit1b439e3cdd0aea698cd8883948d250b343f568a1 (patch)
tree7001cc02d081fc5fedfe3951a1301fcaf65f4d77 /rules/orc.in
parent87c3503d76ab8044db36647961f375be984bffee (diff)
downloadptxdist-1b439e3cdd0aea698cd8883948d250b343f568a1.tar.gz
ptxdist-1b439e3cdd0aea698cd8883948d250b343f568a1.tar.xz
orc: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/orc.in')
-rw-r--r--rules/orc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/rules/orc.in b/rules/orc.in
new file mode 100644
index 000000000..693992b5f
--- /dev/null
+++ b/rules/orc.in
@@ -0,0 +1,15 @@
+## SECTION=multimedia_libs
+
+config ORC
+ tristate
+ select LIBC_M
+ select LIBC_RT
+ select GCCLIBS_GCC_S
+ prompt "orc"
+ help
+ Orc is a library and set of tools for compiling and executing
+ very simple programs that operate on arrays of data. The
+ “language” is a generic assembly language that represents many of
+ the features available in SIMD architectures, including saturated
+ addition and subtraction, and many arithmetic operations.
+