summaryrefslogtreecommitdiff
path: root/src/libFLAC/lpc_intrin_sse41.c
Commit message (Expand)AuthorAgeFilesLines
* Replace hadd with shuffle + addlvqcl2018-09-201-8/+8
* Fix more GCC warnings about case fall-throughErik de Castro Lopo2018-05-061-9/+9
* Fix GCC 7 case fall through warningsErik de Castro Lopo2017-06-261-49/+49
* SIMD: Accelerate decoding of 16 bit FLACErik de Castro Lopo2017-02-191-0/+194
* SIMD: Improve decoding of some 24 bit filesErik de Castro Lopo2017-02-191-36/+57
* SIMD: Add const qualifier where appropriateErik de Castro Lopo2017-02-191-3/+3
* libFLAC/lpc_intrin_sse41.c: Change usage of _mm_alignr_epi8Erik de Castro Lopo2017-01-311-123/+88
* libFLAC/lpc_intrin_sse*: Formatting cleanupErik de Castro Lopo2017-01-311-3/+3
* 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_sse41.c : Optimize decoding 24 bit files on 32 bit platforms.Erik de Castro Lopo2014-09-211-464/+283
* libFLAC : SSE optimisations.Erik de Castro Lopo2014-07-281-0/+354
* libFLAC/lpc_intrin_sseN.c : Disambiguate macro names.Erik de Castro Lopo2014-06-281-34/+34
* 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
* Add a fast shift for int64 values.Erik de Castro Lopo2014-01-311-23/+36
* Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags.Erik de Castro Lopo2014-01-301-5/+5
* Improve x86 instrinsic implementation.Erik de Castro Lopo2013-10-041-0/+1126