1. 1a94b2b Fix RTCD on ARM with Neon Intrinsics but not ASM. by Jonathan Lennox · 8 years ago
  2. 05d3e79 Add Aarch64 intrinsic for SIG2WORD16. by Jonathan Lennox · 9 years ago
  3. 7017f55 Add Neon fixed-point implementation of xcorr_kernel. by Jonathan Lennox · 9 years ago
  4. fdb3b3a Add named constants for ARM architecture variants. by Jonathan Lennox · 9 years ago
  5. ab61f32 Reorganize ARM CPU #ifdefs. by Jonathan Lennox · 9 years ago
  6. e6ac9fa Move ARM-specific macro overrides to arm-specific file. by Jonathan Lennox · 9 years ago
  7. bae8545 armv7: Enable NE10's fixed-point FFT for the MDCT by Viswanath Puttagunta · 9 years ago
  8. ba8713c armv7: Optimize fixed point FFT using NE10 library by Viswanath Puttagunta · 9 years ago
  9. 19c5406 armv7(float): Optimize decode usecase using NE10 library by Viswanath Puttagunta · 9 years ago
  10. f48abe8 armv7(float): Optimize encode usecase using NE10 library by Viswanath Puttagunta · 9 years ago
  11. b4aa5dc Reorganize configure's detection of intrinsics functions: by Jonathan Lennox · 9 years ago
  12. 0b0a2b4 armv7: celt_pitch_xcorr: Introduce ARM NEON intrinsics by Viswanath Puttagunta · 10 years ago
  13. 4ae4bc6 Fix iOS builds with assembly. by Timothy B. Terriberry · 11 years ago
  14. 76e831d Make the arm2gnu.pl converter handle apple specific details by Martin Storsjo · 11 years ago
  15. ac0e294 Add separate labels for the start of public functions by Martin Storsjo · 11 years ago
  16. e70faf9 arm: Use the UAL syntax for instructions by Martin Storsjo · 11 years ago
  17. 718b10c Adds missing license for arm2gnu.pl by Jean-Marc Valin · 11 years ago
  18. 2e6876c Using SSAT in SIG2WORD16() on ARMv6 by Jean-Marc Valin · 11 years ago
  19. 17b1978 Speed up the comb filter on ARM by using MAC16_32_Q16() by Jean-Marc Valin · 11 years ago
  20. c16a96b Minor speedups to celt_pitch_xcorr_edsp(). by Timothy B. Terriberry · 11 years ago
  21. e98816e Actually use my NEON code. by Timothy B. Terriberry · 11 years ago
  22. 5c02c5f Make celt_pitch_xcorr_edsp() work on ARMv5TE. by Timothy B. Terriberry · 11 years ago
  23. f50df82 Fixes permissions on arm2gnu.pl by Jean-Marc Valin · 11 years ago
  24. 39386e0 Adds Neon assembly for correlation/convolution by Timothy B. Terriberry · 11 years ago
  25. 7830cf1 Replace "inline" with OPUS_INLINE. by Gregory Maxwell · 11 years ago
  26. cd4c824 Add run-time CPU detection and support for ARM architecture by Aurélien Zanelli · 11 years ago
  27. cd3850c Port 1ed17cc2 to C_MUL and C_MUL4. by Timothy B. Terriberry · 11 years ago
  28. 7cb5453 Slightly faster C_MULC for ARMv4. by Nils Wallménius · 11 years ago
  29. 70485d8 Faster MULT32_32_Q31 for ARM. by Nils Wallménius · 11 years ago
  30. 2040606 Minor ARMv5E cleanups. by Timothy B. Terriberry · 11 years ago
  31. e095c3e Move ARM asm into its own directories. by Timothy B. Terriberry · 11 years ago