1. ef20313 Adding ENABLE_HARDENING by Jean-Marc Valin · 7 years ago
  2. 6db968e Rename SSE 4.1 files to match their targets. by Ralph Giles · 7 years ago
  3. 492fc92 fix alignment exceptions by Ray Essick · 7 years ago
  4. d6d7037 Fix compiler warnings by Mark Harris · 8 years ago
  5. 783ad76 Revise celt_fir_c() to not pass in argument "mem" by Linfeng Zhang · 8 years ago
  6. b7c7653 Speeding up PVQ search by allocating even more pulses in the projection. by Jean-Marc Valin · 8 years ago
  7. 76674fe SSE2 implementation of the PVQ search by Jean-Marc Valin · 8 years ago
  8. 096f5d3 Remove tabs from source code. by Timothy B. Terriberry · 8 years ago
  9. 5fa1952 Fix x86 build if we presume SSE4.1 (and earlier), but not AVX. by Jonathan Lennox · 9 years ago
  10. 1632152 Adding AVX config switches by Radu Velea · 9 years ago
  11. bb0e1e0 Naming convention for AVX by Radu Velea · 9 years ago
  12. fee0ed0 Add intrinsics support to Visual Studio build. by Jonathan Lennox · 9 years ago
  13. 43120f0 Reorganize x86 SSE intrinsics code. by Jonathan Lennox · 9 years ago
  14. 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
  15. 26fc5c3 Remove some unnecessary #includes from x86cpu.c. by Jonathan Lennox · 9 years ago
  16. 577bfb1 Fix struct initialization of CPU_Feature structure. by Jonathan Lennox · 9 years ago
  17. 33cf9e2 Fix cpuid asm on 32-bit PIC. by Jonathan Lennox · 9 years ago
  18. 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
  19. 2d83e7e Wrap _mm_cvtepi...() intrinsics in macros on clang. by Timothy B. Terriberry · 10 years ago
  20. 7422189 Fix silk_VQ_WMat_EC_sse4_1(). by Timothy B. Terriberry · 10 years ago
  21. aad2818 Fix celt_pitch_xcorr_c signature. by Timothy B. Terriberry · 10 years ago
  22. c95c9a0 Cisco optimization for x86 & fixed point by xiangmingzhu · 11 years ago
  23. 57cd849 Defining celt_inner_prod() and using it instead of explicit loops. by Jean-Marc Valin · 11 years ago
  24. 7830cf1 Replace "inline" with OPUS_INLINE. by Gregory Maxwell · 11 years ago
  25. fa3344e Avoid name clash with y0 Bessel function by Jean-Marc Valin · 11 years ago
  26. b9176a4 Makes dual_inner_prod() more generic to increase its use by Jean-Marc Valin · 11 years ago
  27. 96e2be3 Only enable non-multiple of 4 in comb_filter_const() when CUSTOM_MODES is on by Jean-Marc Valin · 11 years ago
  28. 0d95b3b SSE optimization of comb_filter() by Jean-Marc Valin · 11 years ago
  29. 71766ef Avoids symbol clashes with Speex (pitch_xcorr) and libm (y1) by Jean-Marc Valin · 11 years ago
  30. 4e018b2 SSE optimization of remove_doubling() by Jean-Marc Valin · 11 years ago
  31. e50e808 Improved SSE version of xcorr_kernel() by John Ridges · 11 years ago
  32. a092aa8 Adds SSE support (only xcorr_kernel() for now) by Jean-Marc Valin · 11 years ago