awdseq1357 / libyuv

Automatically exported from code.google.com/p/libyuv
0 stars 0 forks source link

libyuv compile options suboptimal #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
libyuv built with gyp uses generic compile options.
built with hammer/scons, different, more optimal options are used.
in particular msse2/ssse3 fastfpu /arch:sse2 should be used.
Affine unittest with C code is a good metric for fpu/sse2 performance.

Original issue reported on code.google.com by fbarch...@google.com on 8 Aug 2012 at 11:26

GoogleCodeExporter commented 9 years ago
C TestAffine (8051 ms)
SSE2 TestAffine (1261 ms)

Original comment by fbarch...@google.com on 9 Aug 2012 at 7:36

GoogleCodeExporter commented 9 years ago
For now this seems to be controllable enough thru gyp defines, so may not 
require a change.

Original comment by fbarch...@chromium.org on 30 Aug 2012 at 10:30

GoogleCodeExporter commented 9 years ago
Getting Started documentation updated to show known configuration abilities.
DEPS updated.

Original comment by fbarch...@google.com on 11 Sep 2012 at 1:50