1. 02 Jan, 2016 1 commit
  2. 14 Dec, 2015 1 commit
    • Janne Grunau's avatar
      arm: add a cpu flag for the VFPv2 vector mode · e2710e79
      Janne Grunau authored
      The vector mode was deprecated in ARMv7-A/VFPv3 and various cpu
      implementations do not support it in hardware. Vector mode code will
      depending the OS either be emulated in software or result in an illegal
      instruction on cpus which does not support it. This was not really
      problem in practice since NEON implementations of the same functions are
      preferred. It will however become a problem for checkasm which tests
      every cpu flag separately.
      
      Since this is a cpu feature newer cpu do not support anymore the
      behaviour of this flag differs from the other flags. It can be only
      activated by runtime cpu feature selection.
      e2710e79
  3. 28 Oct, 2015 1 commit
  4. 15 Oct, 2015 1 commit
  5. 31 May, 2015 1 commit
  6. 27 May, 2015 1 commit
  7. 19 Apr, 2015 2 commits
  8. 27 Mar, 2015 1 commit
  9. 13 Aug, 2014 2 commits
  10. 06 Aug, 2014 4 commits
  11. 05 Aug, 2014 1 commit
  12. 03 Aug, 2014 2 commits
    • Janne Grunau's avatar
      cpu-test: test av_cpu_count · caf5ef85
      Janne Grunau authored
      Add CPU count and number threads as informative values for fate.
      caf5ef85
    • Janne Grunau's avatar
      fate: add informative cpu test · 07d8fa58
      Janne Grunau authored
      libavutil/cpu-test prints raw and effective cpu flags to STDERR. Detected
      cpu flags can be useful for debugging fate errors.
      
      No comparison of the result against a expected result since that would
      require fate config specific references.
      07d8fa58
  13. 08 Jul, 2014 1 commit
  14. 20 May, 2014 1 commit
  15. 06 Apr, 2014 1 commit
  16. 23 Feb, 2014 2 commits
  17. 22 Feb, 2014 2 commits
  18. 06 Feb, 2014 1 commit
  19. 15 Jan, 2014 1 commit
    • Janne Grunau's avatar
      aarch64: add cpuflags support for NEON and VFP · b7b17ed6
      Janne Grunau authored
      NEON and VFP are currently mandatory for all ARMv8 profiles. Both are
      handled as extensions as far as cpuflags are concerned. This is
      consistent with handling x86_64 which always has SSE2, but still
      handles it as an extension.
      b7b17ed6
  20. 23 Nov, 2013 1 commit
  21. 26 Oct, 2013 1 commit
  22. 25 Oct, 2013 1 commit
  23. 21 Sep, 2013 1 commit
  24. 28 Aug, 2013 1 commit
  25. 02 Jun, 2013 1 commit
  26. 26 May, 2013 1 commit
  27. 24 May, 2013 2 commits
  28. 04 Dec, 2012 1 commit
  29. 17 Nov, 2012 2 commits
  30. 04 Sep, 2012 1 commit