Closed GoogleCodeExporter closed 8 years ago
In r1259 YToARGB with AVX2 is working on Windows.
Original comment by fbarch...@google.com
on 4 Feb 2015 at 7:59
r1363 still has the issue, in clang for windows, as well as osx/linux.
enable in include/libyuv/row.h: #define HAS_I422TOARGBROW_AVX2
build with clang
set GYP_DEFINES=clang=1 make_clang_dir=../../myllvm/build target_arch=ia32
libyuv_enable_svn=1 libyuv_disable_jpeg=1
set LLVM_REPO_URL=svn://svn.chromium.org/llvm-project
python tools\clang\scripts\update.py
python gyp_libyuv -fninja libyuv_test.gyp
ninja -C out\Release
run with emulator
c:\intelsde\sde -ast -hsw -- out\release\libyuv_unittest.exe
--gtest_catch_exceptions=0 --gtest_filter=*I422ToARGB*
[ FAILED ] libyuvTest.I422ToARGB_Opt
Original comment by fbarch...@chromium.org
on 8 Apr 2015 at 12:30
fixed in r1364
Original comment by fbarch...@chromium.org
on 8 Apr 2015 at 2:33
Original issue reported on code.google.com by
fbarch...@google.com
on 26 Jan 2015 at 7:53