1. 21 Jul, 2009 3 commits
  2. 20 Jul, 2009 8 commits
  3. 19 Jul, 2009 6 commits
  4. 18 Jul, 2009 2 commits
  5. 17 Jul, 2009 11 commits
  6. 16 Jul, 2009 9 commits
  7. 15 Jul, 2009 1 commit
    • Måns Rullgård's avatar
      Disable gcc auto-vectorisation · 973859f5
      Måns Rullgård authored
      The auto-vectoriser in gcc is enabled by default at -O3 since version
      4.3.  However, it provides no speed benefit, but does produce incorrect
      code on many targets.  Disabling it for gcc should give more reliable
      builds.
      
      If the adventurous want it back, they can edit the makefile themselves.
      
      Originally committed as revision 19439 to svn://svn.ffmpeg.org/ffmpeg/trunk
      973859f5