summaryrefslogtreecommitdiff
path: root/silk_headers.mk
Commit message (Collapse)AuthorAgeFilesLines
* Cisco optimization for x86 & fixed pointxiangmingzhu2014-10-031-0/+2
| | | | | | | | | | 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>
* Add new ARM headers to top-level file lists.Timothy B. Terriberry2013-05-211-0/+4
| | | | | Otherwise make dist does not include these files in the source tarball.
* Rename to header makefile fragements to .mkRalph Giles2012-04-051-0/+26
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.