Skip to content
Snippets Groups Projects
  1. Oct 01, 2012
  2. Aug 16, 2012
  3. 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
  4. Jun 24, 2012
  5. Jun 23, 2012
  6. Apr 30, 2012
  7. Apr 25, 2012
  8. Apr 22, 2012
  9. 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
  10. Mar 07, 2012
  11. Mar 06, 2012
  12. Feb 12, 2012
  13. Sep 26, 2011
  14. Jun 02, 2011
  15. May 21, 2011
  16. 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
  17. Mar 19, 2011
  18. Feb 20, 2011
  19. Sep 09, 2010
  20. Sep 08, 2010
  21. Sep 06, 2010
  22. Sep 04, 2010
Loading