aboutsummaryrefslogtreecommitdiff
path: root/celt/x86
AgeCommit message (Expand)Author
2020-08-21celt: Fix broken SSE pre-processor check due to typoNirbheek Chauhan
2018-03-27Adding ENABLE_HARDENINGJean-Marc Valin
2017-09-11Rename SSE 4.1 files to match their targets.Ralph Giles
2017-08-24fix alignment exceptionsRay Essick
2017-02-26Fix compiler warningsMark Harris
2017-01-17Revise celt_fir_c() to not pass in argument "mem"Linfeng Zhang
2016-08-15Speeding up PVQ search by allocating even more pulses in the projection.Jean-Marc Valin
2016-08-09SSE2 implementation of the PVQ searchJean-Marc Valin
2016-07-06Remove tabs from source code.Timothy B. Terriberry
2015-11-22Fix x86 build if we presume SSE4.1 (and earlier), but not AVX.Jonathan Lennox
2015-11-05Adding AVX config switchesRadu Velea
2015-11-05Naming convention for AVXRadu Velea
2015-09-01Add intrinsics support to Visual Studio build.Jonathan Lennox
2015-09-01Reorganize x86 SSE intrinsics code.Jonathan Lennox
2015-09-01Move SSE2 and SSE4.1 intrinsics functions to separate files, to be compiled w...Jonathan Lennox
2015-09-01Remove some unnecessary #includes from x86cpu.c.Jonathan Lennox
2015-09-01Fix struct initialization of CPU_Feature structure.Jonathan Lennox
2015-09-01Fix cpuid asm on 32-bit PIC.Jonathan Lennox
2015-09-01In optimized mode, don't force Clang to use explicit load/store for _mm_cvtep...Jonathan Lennox
2015-02-27Wrap _mm_cvtepi...() intrinsics in macros on clang.Timothy B. Terriberry
2015-01-02Fix silk_VQ_WMat_EC_sse4_1().Timothy B. Terriberry
2014-12-01Fix celt_pitch_xcorr_c signature.Timothy B. Terriberry
2014-10-03Cisco optimization for x86 & fixed pointxiangmingzhu
2013-12-09Defining celt_inner_prod() and using it instead of explicit loops.Jean-Marc Valin
2013-10-28Replace "inline" with OPUS_INLINE.Gregory Maxwell
2013-06-27Avoid name clash with y0 Bessel functionJean-Marc Valin
2013-06-17Makes dual_inner_prod() more generic to increase its useJean-Marc Valin
2013-06-17Only enable non-multiple of 4 in comb_filter_const() when CUSTOM_MODES is onJean-Marc Valin
2013-06-17SSE optimization of comb_filter()Jean-Marc Valin
2013-06-17Avoids symbol clashes with Speex (pitch_xcorr) and libm (y1)Jean-Marc Valin
2013-06-13SSE optimization of remove_doubling()Jean-Marc Valin
2013-06-06Improved SSE version of xcorr_kernel()John Ridges
2013-06-05Adds SSE support (only xcorr_kernel() for now)Jean-Marc Valin
2011-04-28Moved all SILK source code to the silk/ directoryJean-Marc Valin
2011-04-25Loss rate adaptation for the CELT layerJean-Marc Valin
2011-03-31draft updateJean-Marc Valin
2011-03-23Build fixesJean-Marc Valin
2011-03-21Making mode switching use the same window as CELT (squared)Jean-Marc Valin
2011-03-18CELT updateJean-Marc Valin
2011-03-18More project files updateJean-Marc Valin
2011-03-16Fixes a few PLC/DTX bugs due to the recent decode API changeJean-Marc Valin
2011-03-14Adding constrained VBR modeJean-Marc Valin
2011-03-14Draft update (allocationGregory Maxwell
2011-03-11Disable newly introduced CELT signallingJean-Marc Valin
2011-03-10Nothing to see hereJean-Marc Valin
2011-03-09CELT updateJean-Marc Valin
2011-03-07Support for glitchles mode switchingJean-Marc Valin
2011-02-28SILK/CELT updateJean-Marc Valin
2011-02-14preparing the next versionJean-Marc Valin
2011-02-14missing filesJean-Marc Valin