summaryrefslogtreecommitdiff
path: root/src/libFLAC/lpc_intrin_sse2.c
Commit message (Expand)AuthorAgeFilesLines
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-261-1/+1
* Deduplicate VSX and SSE2 autocorelation calculation codeMartijn van Beurden2022-04-191-149/+9
* Switch to autoc[] as doubleMartijn van Beurden2022-04-191-0/+166
* Silence clang warnings on alignment of unaligned loadsMartijn van Beurden2022-04-131-162/+162
* Fix GCC 7 case fall through warningsErik de Castro Lopo2017-06-261-49/+49
* SIMD: remove outdated SSE2 codeErik de Castro Lopo2017-02-211-151/+0
* SIMD: Add const qualifier where appropriateErik de Castro Lopo2017-02-191-1/+1
* libFLAC/lpc_intrin_sse*: Formatting cleanupErik de Castro Lopo2017-01-311-8/+6
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-3/+3
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* Fix use of FLAC__HAS_X86INTRIN configure variableErik de Castro Lopo2016-06-201-1/+1
* libFLAC: infer cpu type from compiler macrosTim Blechmann2016-05-121-0/+2
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* lpc_intrin* : Remove unused code.Erik de Castro Lopo2014-09-211-1904/+109
* libFLAC : SSE optimisations.Erik de Castro Lopo2014-07-281-0/+356
* libFLAC/lpc_intrin_sseN.c : Disambiguate macro names.Erik de Castro Lopo2014-06-281-24/+24
* Revert "Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64."Erik de Castro Lopo2014-06-151-2/+2
* Replace FLAC__CPU_X86_64 with FLaC__CPU_X86_64.Erik de Castro Lopo2014-06-011-2/+2
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* Don't use intrinsics when they are slower.Erik de Castro Lopo2014-02-241-0/+4
* Add sse2 intrinscics code for lpc_restore_signal_...()Erik de Castro Lopo2014-02-021-0/+1233
* lpc_intrin_sse2.c : Add RESIDUAL16_RESULT macro.Erik de Castro Lopo2014-01-301-73/+41
* Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags.Erik de Castro Lopo2014-01-301-1/+5
* Improve x86 instrinsic implementation.Erik de Castro Lopo2013-10-041-0/+1318