summaryrefslogtreecommitdiffstats
path: root/rules/orc.in
blob: 2dcdada4d500b6bf260e9e559b16ada2fedbfc3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SECTION=multimedia_libs

config ORC
	tristate
	select HOST_MESON
	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.

if ORC

config ORC_TEST
	bool

endif