diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2014-04-11 06:21:09 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2014-04-11 06:21:15 +1000 |
commit | 93f6109c9016ea7c39be4a525e93745e753e8425 (patch) | |
tree | 95780e198a224b7cc572ea223fdff1c17908f991 /src/libFLAC/Makefile.am | |
parent | d456cdd28a50a333b1b89c2001d11b4e814aa114 (diff) | |
download | flac-93f6109c9016ea7c39be4a525e93745e753e8425.tar.gz |
Add intrinsics version of two lpc functions.
Functions:
- FLAC__fixed_compute_best_predictor
- FLAC__fixed_compute_best_predictor_wide
Patch-from: lvqcl <lvqcl.mail@gmail.com>
Diffstat (limited to 'src/libFLAC/Makefile.am')
-rw-r--r-- | src/libFLAC/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libFLAC/Makefile.am b/src/libFLAC/Makefile.am index 258de40d..b6e1f471 100644 --- a/src/libFLAC/Makefile.am +++ b/src/libFLAC/Makefile.am @@ -121,6 +121,8 @@ libFLAC_sources = \ cpu.c \ crc.c \ fixed.c \ + fixed_intrin_sse2.c \ + fixed_intrin_ssse3.c \ float.c \ format.c \ lpc.c \ |