Closed GoogleCodeExporter closed 9 years ago
There are quite a few instructions sets on X86, so I revise my proposal to
replace YUV_DISABLE_ASM
with a macro per CPU.
LIBYUV_DISABLE_NEON
LIBYUV_DISABLE_MIPS
LIBYUV_DISABLE_X86
Original comment by fbarch...@chromium.org
on 26 Feb 2013 at 10:06
With LIBYUV_DISABLE_X86
466,122 libyuv.lib
1,159,680 libyuv_unittest.exe
Without LIBYUV_DISABLE_X86
683,298 libyuv.lib
1,206,784 libyuv_unittest.exe
Original comment by fbarch...@chromium.org
on 26 Feb 2013 at 11:49
Fixed in r582.
Original comment by fbarch...@chromium.org
on 27 Feb 2013 at 12:20
r586 adds comments to the gyp files on macro usage.
Original comment by fbarch...@chromium.org
on 28 Feb 2013 at 12:06
Original issue reported on code.google.com by
fbarch...@google.com
on 20 Feb 2013 at 3:28