Closed GoogleCodeExporter closed 8 years ago
The following revision refers to this bug:
https://chromium.googlesource.com/libyuv/libyuv.git/+/fae1a105458a23d42c3e30f4d9ca321d08934e80
commit fae1a105458a23d42c3e30f4d9ca321d08934e80
Author: Frank Barchard <fbarchard@google.com>
Date: Wed Dec 09 02:13:32 2015
Work around bug in xgetbv for Visual Studio.
xgetbv is generating bad code, falsely disabling AVX2 and AVX512.
disable optimization for the function affected on older versions of Visual C 32
bit.
R=brucedawson@chromium.org, dhrosa@google.com, harryjin@google.com
BUG=libyuv:529
Review URL: https://codereview.chromium.org/1503393004 .
[modify]
http://crrev.com/fae1a105458a23d42c3e30f4d9ca321d08934e80/README.chromium
[modify]
http://crrev.com/fae1a105458a23d42c3e30f4d9ca321d08934e80/include/libyuv/version
.h
[modify]
http://crrev.com/fae1a105458a23d42c3e30f4d9ca321d08934e80/source/cpu_id.cc
Original comment by bugdroid1@chromium.org
on 9 Dec 2015 at 2:14
Fixed in r1550
Original comment by fbarch...@chromium.org
on 9 Dec 2015 at 2:14
The following revision refers to this bug:
https://chromium.googlesource.com/libyuv/libyuv.git/+/353ffbab8055432a7383eac6c05c1b3cbd5f2679
commit 353ffbab8055432a7383eac6c05c1b3cbd5f2679
Author: Frank Barchard <fbarchard@google.com>
Date: Wed Dec 09 03:03:43 2015
fix for gcc compile error: variable duplicate define
TBR=harryjin@google.com
BUG=libyuv:529
Review URL: https://codereview.chromium.org/1512793002 .
[modify]
http://crrev.com/353ffbab8055432a7383eac6c05c1b3cbd5f2679/source/cpu_id.cc
Original comment by bugdroid1@chromium.org
on 9 Dec 2015 at 3:04
vs2013 update 5 is reported to resolve this issue as well.
Original comment by fbarch...@google.com
on 10 Dec 2015 at 11:30
Original comment by fbarch...@google.com
on 10 Dec 2015 at 11:42
Original issue reported on code.google.com by
fbarch...@chromium.org
on 8 Dec 2015 at 4:59