Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libopus
/
1f0c1b196fc69b373beccf55c40aefd230412bd6
/
celt
/
x86
ef20313
Adding ENABLE_HARDENING
by Jean-Marc Valin
· 7 years ago
6db968e
Rename SSE 4.1 files to match their targets.
by Ralph Giles
· 7 years ago
492fc92
fix alignment exceptions
by Ray Essick
· 7 years ago
d6d7037
Fix compiler warnings
by Mark Harris
· 8 years ago
783ad76
Revise celt_fir_c() to not pass in argument "mem"
by Linfeng Zhang
· 8 years ago
b7c7653
Speeding up PVQ search by allocating even more pulses in the projection.
by Jean-Marc Valin
· 8 years ago
76674fe
SSE2 implementation of the PVQ search
by Jean-Marc Valin
· 8 years ago
096f5d3
Remove tabs from source code.
by Timothy B. Terriberry
· 8 years ago
5fa1952
Fix x86 build if we presume SSE4.1 (and earlier), but not AVX.
by Jonathan Lennox
· 9 years ago
1632152
Adding AVX config switches
by Radu Velea
· 9 years ago
bb0e1e0
Naming convention for AVX
by Radu Velea
· 9 years ago
fee0ed0
Add intrinsics support to Visual Studio build.
by Jonathan Lennox
· 9 years ago
43120f0
Reorganize x86 SSE intrinsics code.
by Jonathan Lennox
· 9 years ago
cb0875e
Move SSE2 and SSE4.1 intrinsics functions to separate files, to be compiled with appropriate compiler flags. Otherwise, compilers are allowed to take advantage of (e.g.) -msse4.1 to generate code that uses SSE4.1 instructions, even when no SSE4.1 intrinsics are explicitly used in the source.
by Jonathan Lennox
· 9 years ago
26fc5c3
Remove some unnecessary #includes from x86cpu.c.
by Jonathan Lennox
· 9 years ago
577bfb1
Fix struct initialization of CPU_Feature structure.
by Jonathan Lennox
· 9 years ago
33cf9e2
Fix cpuid asm on 32-bit PIC.
by Jonathan Lennox
· 9 years ago
1d60b49
In optimized mode, don't force Clang to use explicit load/store for _mm_cvtepi16_epi32, only for _mm_cvtepi8_epi32. Adjust comment accordingly.
by Jonathan Lennox
· 9 years ago
2d83e7e
Wrap _mm_cvtepi...() intrinsics in macros on clang.
by Timothy B. Terriberry
· 10 years ago
7422189
Fix silk_VQ_WMat_EC_sse4_1().
by Timothy B. Terriberry
· 10 years ago
aad2818
Fix celt_pitch_xcorr_c signature.
by Timothy B. Terriberry
· 10 years ago
c95c9a0
Cisco optimization for x86 & fixed point
by xiangmingzhu
· 11 years ago
57cd849
Defining celt_inner_prod() and using it instead of explicit loops.
by Jean-Marc Valin
· 11 years ago
7830cf1
Replace "inline" with OPUS_INLINE.
by Gregory Maxwell
· 11 years ago
fa3344e
Avoid name clash with y0 Bessel function
by Jean-Marc Valin
· 11 years ago
b9176a4
Makes dual_inner_prod() more generic to increase its use
by Jean-Marc Valin
· 11 years ago
96e2be3
Only enable non-multiple of 4 in comb_filter_const() when CUSTOM_MODES is on
by Jean-Marc Valin
· 11 years ago
0d95b3b
SSE optimization of comb_filter()
by Jean-Marc Valin
· 11 years ago
71766ef
Avoids symbol clashes with Speex (pitch_xcorr) and libm (y1)
by Jean-Marc Valin
· 11 years ago
4e018b2
SSE optimization of remove_doubling()
by Jean-Marc Valin
· 11 years ago
e50e808
Improved SSE version of xcorr_kernel()
by John Ridges
· 11 years ago
a092aa8
Adds SSE support (only xcorr_kernel() for now)
by Jean-Marc Valin
· 11 years ago