Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/celt/x86
AgeCommit message (Expand)Author
2022-07-10Don't compile x86 cpu detection without RTCD.Timothy B. Terriberry
2022-07-06Work around UBSan unaligned access errors.Timothy B. Terriberry
2022-06-30Adds fuzzing to CPU detectionJean-Marc Valin
2022-06-29Work around a valgrind false-positive in CPUID.Timothy B. Terriberry
2022-06-29Check the return value of __get_cpuid().Timothy B. Terriberry
2022-06-28Fixes --disable-rtcdJean-Marc Valin
2022-01-15Initialize non-zero test arrays.Tom Denton
2021-12-19Disable dangerous SSE 4.1 intrinsic optimizationsJean-Marc Valin
2021-12-15Fix buffer overflow in xcorr_kernel_sse4_1Felicia Lim
2020-08-22celt: 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-27Fix compiler warningsMark Harris
2017-01-18Revise celt_fir_c() to not pass in argument "mem"Linfeng Zhang
2016-08-16Speeding up PVQ search by allocating even more pulses in the projection.Jean-Marc Valin
2016-08-10SSE2 implementation of the PVQ searchJean-Marc Valin
2016-07-07Remove tabs from source code.Timothy B. Terriberry
2015-11-23Fix 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-02Add intrinsics support to Visual Studio build.Jonathan Lennox
2015-09-02Reorganize x86 SSE intrinsics code.Jonathan Lennox
2015-09-02Move SSE2 and SSE4.1 intrinsics functions to separate files, to be compiled w...Jonathan Lennox
2015-09-02Remove some unnecessary #includes from x86cpu.c.Jonathan Lennox
2015-09-02Fix struct initialization of CPU_Feature structure.Jonathan Lennox
2015-09-02Fix cpuid asm on 32-bit PIC.Jonathan Lennox
2015-09-02In 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-03Fix silk_VQ_WMat_EC_sse4_1().Timothy B. Terriberry
2014-12-02Fix celt_pitch_xcorr_c signature.Timothy B. Terriberry
2014-10-04Cisco optimization for x86 & fixed pointxiangmingzhu
2013-12-10Defining 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-18Makes 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-14SSE optimization of remove_doubling()Jean-Marc Valin
2013-06-07Improved SSE version of xcorr_kernel()John Ridges
2013-06-06Adds SSE support (only xcorr_kernel() for now)Jean-Marc Valin
2011-04-29Moved 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-17Fixes a few PLC/DTX bugs due to the recent decode API changeJean-Marc Valin