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

Side by Side Diff: third_party/libvpx/libvpx_srcs_x86_intrinsics.gypi

Issue 2295893002: Roll src/third_party/libvpx/source/libvpx/ f5bd76f5c..e66cd132f (23 commits). (Closed)
Patch Set: Roll src/third_party/libvpx/source/libvpx/ f5bd76f5c..e66cd132f (23 commits). Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # This file is generated. Do not edit. 1 # This file is generated. Do not edit.
2 # Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'libvpx_intrinsics_mmx', 9 'target_name': 'libvpx_intrinsics_mmx',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 19 matching lines...) Expand all
30 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c', 30 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c',
31 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c', 31 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c',
32 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', 32 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c',
33 '<(libvpx_source)/vp8/encoder/x86/vp8_quantize_sse2.c', 33 '<(libvpx_source)/vp8/encoder/x86/vp8_quantize_sse2.c',
34 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c', 34 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c',
35 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_intrin_sse2.c', 35 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_intrin_sse2.c',
36 '<(libvpx_source)/vp9/encoder/x86/vp9_denoiser_sse2.c', 36 '<(libvpx_source)/vp9/encoder/x86/vp9_denoiser_sse2.c',
37 '<(libvpx_source)/vp9/encoder/x86/vp9_quantize_sse2.c', 37 '<(libvpx_source)/vp9/encoder/x86/vp9_quantize_sse2.c',
38 '<(libvpx_source)/vpx_dsp/x86/avg_intrin_sse2.c', 38 '<(libvpx_source)/vpx_dsp/x86/avg_intrin_sse2.c',
39 '<(libvpx_source)/vpx_dsp/x86/fwd_txfm_sse2.c', 39 '<(libvpx_source)/vpx_dsp/x86/fwd_txfm_sse2.c',
40 '<(libvpx_source)/vpx_dsp/x86/halfpix_variance_sse2.c',
41 '<(libvpx_source)/vpx_dsp/x86/inv_txfm_sse2.c', 40 '<(libvpx_source)/vpx_dsp/x86/inv_txfm_sse2.c',
42 '<(libvpx_source)/vpx_dsp/x86/loopfilter_sse2.c', 41 '<(libvpx_source)/vpx_dsp/x86/loopfilter_sse2.c',
43 '<(libvpx_source)/vpx_dsp/x86/quantize_sse2.c', 42 '<(libvpx_source)/vpx_dsp/x86/quantize_sse2.c',
44 '<(libvpx_source)/vpx_dsp/x86/sum_squares_sse2.c', 43 '<(libvpx_source)/vpx_dsp/x86/sum_squares_sse2.c',
45 '<(libvpx_source)/vpx_dsp/x86/variance_sse2.c', 44 '<(libvpx_source)/vpx_dsp/x86/variance_sse2.c',
46 ], 45 ],
47 'cflags': [ '-msse2', ], 46 'cflags': [ '-msse2', ],
48 'xcode_settings': { 'OTHER_CFLAGS': [ '-msse2' ] }, 47 'xcode_settings': { 'OTHER_CFLAGS': [ '-msse2' ] },
49 }, 48 },
50 { 49 {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'cflags': [ '-mavx2', ], 131 'cflags': [ '-mavx2', ],
133 'xcode_settings': { 'OTHER_CFLAGS': [ '-mavx2' ] }, 132 'xcode_settings': { 'OTHER_CFLAGS': [ '-mavx2' ] },
134 'msvs_settings': { 133 'msvs_settings': {
135 'VCCLCompilerTool': { 134 'VCCLCompilerTool': {
136 'EnableEnhancedInstructionSet': '5', # /arch:AVX2 135 'EnableEnhancedInstructionSet': '5', # /arch:AVX2
137 }, 136 },
138 }, 137 },
139 }, 138 },
140 ], 139 ],
141 } 140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698