summaryrefslogtreecommitdiff
path: root/src/libFLAC/stream_encoder_intrin_ssse3.c
Commit message (Expand)AuthorAgeFilesLines
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-261-1/+1
* Revert "Enable encoder to use INT32_MIN as residual value" (#389)Martijn van Beurden2022-07-131-15/+3
* Enable encoder to use INT32_MIN as residual valueMartijn van Beurden2022-07-011-3/+15
* Silence clang warnings on alignment of unaligned loadsMartijn van Beurden2022-04-131-3/+3
* Replace hadd with shuffle + addlvqcl2018-09-201-2/+2
* More generic version of MSVC bug workaroundErik de Castro Lopo2018-05-061-2/+2
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-9/+9
* 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
* libFLAC: Add a workaround for a bug in MSVC2105 update2Erik de Castro Lopo2016-05-051-0/+4
* libFLAC/stream_encoder_intrin_*.c: More refactoringErik de Castro Lopo2015-11-181-12/+6
* libFLAC: RefactoringErik de Castro Lopo2015-11-031-11/+12
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* stream_encoder_intrin_sse[23].c : Optimize of int32 -> uint64 conversion.Erik de Castro Lopo2014-09-211-1/+1
* stream_encoder : Improve selection of residual accumulator widthMiroslav Lichvar2014-07-041-1/+2
* 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
* Whitespace.Erik de Castro Lopo2014-03-141-2/+0
* stream_encoder : Remove un-needed conversion from __m128i to FLAC__uint64.Erik de Castro Lopo2014-01-311-34/+22
* Add __INTEL_COMPILER to _MSC_VER #ifdefs.Erik de Castro Lopo2014-01-301-2/+2
* Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags.Erik de Castro Lopo2014-01-301-3/+2
* Add FLAC__ prefix to precompute_partition_info_sums....Erik de Castro Lopo2014-01-071-1/+1
* Improve x86 instrinsic implementation.Erik de Castro Lopo2013-10-041-0/+161