1. 21 7月, 2009 9 次提交
  2. 20 7月, 2009 2 次提交
  3. 19 7月, 2009 6 次提交
  4. 18 7月, 2009 2 次提交
  5. 17 7月, 2009 20 次提交
  6. 16 7月, 2009 1 次提交
    • M
      Disable gcc auto-vectorisation · 973859f5
      Måns Rullgård 提交于
      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