1. 18 Oct, 2018 1 commit
  2. 13 Oct, 2018 2 commits
  3. 14 Aug, 2018 1 commit
  4. 22 Apr, 2018 1 commit
  5. 24 Mar, 2018 2 commits
  6. 13 Nov, 2017 1 commit
    • Thomas Köppe's avatar
      Fix missing used attribute for inline assembly variables · 43171a2a
      Thomas Köppe authored
      Variables used in inline assembly need to be marked with attribute((used)).
      Static constants already were, via the define of DECLARE_ASM_CONST.
      But DECLARE_ALIGNED does not add this attribute, and some of the variables
      defined with it are const only used in inline assembly, and therefore
      appeared dead. This change adds a macro DECLARE_ASM_ALIGNED that marks
      variables as used.
      
      This change makes FFMPEG work with Clang's ThinLTO.
      Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
      43171a2a
  7. 21 Jun, 2017 1 commit
  8. 14 Mar, 2017 1 commit
    • Diego Biurrun's avatar
      x86util: Port all macros to cpuflags · 994c4bc1
      Diego Biurrun authored
      Also do some small cosmetic changes: Drop pointless _MMX suffix from ABSD2
      macro name, drop pointless check for MMX support, we always assume MMX is
      available in our SIMD code, fix spelling.
      994c4bc1
  9. 01 Mar, 2017 1 commit
  10. 21 Dec, 2016 1 commit
  11. 09 Nov, 2016 1 commit
  12. 12 Oct, 2016 2 commits
  13. 27 Sep, 2016 2 commits
  14. 31 Aug, 2016 1 commit
  15. 16 Jul, 2016 1 commit
  16. 27 Jun, 2016 1 commit
  17. 28 May, 2016 2 commits
  18. 04 May, 2016 1 commit
  19. 03 May, 2016 1 commit
  20. 31 Mar, 2016 1 commit
  21. 17 Feb, 2016 2 commits
  22. 27 Jan, 2016 1 commit
  23. 17 Jan, 2016 1 commit
  24. 11 Jan, 2016 1 commit
  25. 15 Dec, 2015 2 commits
  26. 08 Sep, 2015 1 commit
  27. 19 Aug, 2015 1 commit
  28. 18 Aug, 2015 1 commit
  29. 17 Aug, 2015 1 commit
  30. 03 Jul, 2015 1 commit
  31. 23 Jun, 2015 3 commits