Skip to content
Snippets Groups Projects
  1. Aug 13, 2014
  2. Apr 06, 2014
  3. Feb 23, 2014
  4. Feb 22, 2014
  5. Oct 26, 2013
  6. Oct 25, 2013
  7. Oct 03, 2013
  8. Aug 28, 2013
  9. May 24, 2013
  10. Nov 16, 2012
  11. Oct 01, 2012
  12. Aug 16, 2012
  13. Aug 03, 2012
    • Diego Biurrun's avatar
      x86: build: replace mmx2 by mmxext · 239fdf1b
      Diego Biurrun authored
      Refactoring mmx2/mmxext YASM code with cpuflags will force renames.
      So switching to a consistent naming scheme beforehand is sensible.
      The name "mmxext" is more official and widespread and also the name
      of the CPU flag, as reported e.g. by the Linux kernel.
      239fdf1b
  14. Jun 24, 2012
  15. Jun 23, 2012
  16. Apr 30, 2012
  17. Apr 25, 2012
  18. Apr 22, 2012
  19. Mar 12, 2012
    • Janne Grunau's avatar
      remove iwmmxt optimizations · 363bd1c6
      Janne Grunau authored
      The were broken since August of 2010 without anyone noticing until
      three weeks ago. Nobody cares about it anymore and hopefully Marvell
      will support NEON like in the PXA978 from now on.
      363bd1c6
  20. Mar 07, 2012
  21. Mar 06, 2012
  22. Feb 12, 2012
  23. Sep 26, 2011
  24. Jun 02, 2011
  25. May 21, 2011
  26. Mar 22, 2011
    • Justin Ruggles's avatar
      Add a CPU flag for the Atom processor. · eba586b0
      Justin Ruggles authored
      The Atom has SSSE3 support, which is useful in many cases, but sometimes the
      SSSE3 version is slower than the SSE2 equivalent on the Atom, but is generally
      faster on other processors supporting SSSE3. This flag allows for selectively
      disabling certain SSSE3 functions on the Atom.
      eba586b0
  27. Mar 19, 2011
  28. Feb 20, 2011
  29. Sep 09, 2010
  30. Sep 08, 2010
  31. Sep 06, 2010
  32. Sep 04, 2010
Loading