aboutsummaryrefslogtreecommitdiff
path: root/silk_headers.mk
AgeCommit message (Collapse)Author
2015-02-11Adds MIPS files to the make dist tarballJean-Marc Valin
2014-10-03Cisco optimization for x86 & fixed pointxiangmingzhu
1. Only for fixed point on x86 platform (32bit and 64bit, uses SIMD intrinsics up to SSE4.2) 2. Use "configure --enable-fixed-point --enable-intrinsics" to enable optimization, default is disabled. 3. Official test cases are verified and passed. Signed-off-by: Timothy B. Terriberry <tterribe@xiph.org>
2013-05-21Add new ARM headers to top-level file lists.Timothy B. Terriberry
Otherwise make dist does not include these files in the source tarball.
2012-04-05Rename to header makefile fragements to .mkRalph Giles
The opus_headers.txt, etc. files are makefile fragments defining variables with a list of required header files for the build. As such they should use the .mk filename extension, just like opus_sources.mk, etc.