Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(601)

Issue 884013006: Enable AVX2 in libvpx (Closed)

Created:
5 years, 10 months ago by Johann
Modified:
5 years, 10 months ago
Reviewers:
Tom Finegan
CC:
wwcv, jzern, fgalligan1
Base URL:
https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Enable AVX2 in libvpx The cpu detection has been corrected. The build infrastructure handled compiling the avx2 code last time, so turn it on for real. TBR=tomfinegan@chromium.org Committed: 5cdd30205301c293be6160f778bce981300b5a28

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+662 lines, -144 lines) Patch
M BUILD.gn View 2 chunks +16 lines, -17 lines 0 comments Download
M generate_gypi.sh View 5 chunks +2 lines, -8 lines 0 comments Download
M libvpx.gyp View 2 chunks +2 lines, -2 lines 0 comments Download
M libvpx_srcs.gni View 2 chunks +20 lines, -0 lines 0 comments Download
M libvpx_srcs_x86_64_intrinsics.gypi View 1 chunk +27 lines, -0 lines 0 comments Download
M libvpx_srcs_x86_intrinsics.gypi View 1 chunk +27 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm64/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/generic/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vp9_rtcd.h View 35 chunks +60 lines, -0 lines 0 comments Download
M source/config/linux/ia32/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/mips64el/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/mipsel/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/x64/vp9_rtcd.h View 28 chunks +106 lines, -23 lines 0 comments Download
M source/config/linux/x64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/x64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/x64/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/ia32/vp9_rtcd.h View 25 chunks +104 lines, -22 lines 0 comments Download
M source/config/mac/ia32/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/ia32/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/ia32/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/x64/vp9_rtcd.h View 28 chunks +106 lines, -23 lines 0 comments Download
M source/config/mac/x64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/x64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/x64/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/nacl/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vp9_rtcd.h View 35 chunks +60 lines, -0 lines 0 comments Download
M source/config/win/ia32/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/x64/vp9_rtcd.h View 28 chunks +106 lines, -23 lines 0 comments Download
M source/config/win/x64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/x64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/x64/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Johann
Committed patchset #1 (id:1) manually as 5cdd30205301c293be6160f778bce981300b5a28 (presubmit successful).
5 years, 10 months ago (2015-01-29 20:27:10 UTC) #1
Tom Finegan
5 years, 10 months ago (2015-01-29 20:29:00 UTC) #2
Message was sent while issue was closed.
On 2015/01/29 20:27:10, Johann wrote:
> Committed patchset #1 (id:1) manually as
> 5cdd30205301c293be6160f778bce981300b5a28 (presubmit successful).

lgtm

Powered by Google App Engine
This is Rietveld 408576698