| OLD | NEW |
| 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 21 matching lines...) Expand all Loading... |
| 32 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c', | 32 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c', |
| 33 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c', | 33 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c', |
| 34 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', | 34 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', |
| 35 '<(libvpx_source)/vp8/encoder/x86/vp8_quantize_sse2.c', | 35 '<(libvpx_source)/vp8/encoder/x86/vp8_quantize_sse2.c', |
| 36 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c', | 36 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c', |
| 37 '<(libvpx_source)/vp9/encoder/x86/vp9_avg_intrin_sse2.c', | 37 '<(libvpx_source)/vp9/encoder/x86/vp9_avg_intrin_sse2.c', |
| 38 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_sse2.c', | 38 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_sse2.c', |
| 39 '<(libvpx_source)/vp9/encoder/x86/vp9_denoiser_sse2.c', | 39 '<(libvpx_source)/vp9/encoder/x86/vp9_denoiser_sse2.c', |
| 40 '<(libvpx_source)/vp9/encoder/x86/vp9_quantize_sse2.c', | 40 '<(libvpx_source)/vp9/encoder/x86/vp9_quantize_sse2.c', |
| 41 '<(libvpx_source)/vpx_dsp/x86/fwd_txfm_sse2.c', | 41 '<(libvpx_source)/vpx_dsp/x86/fwd_txfm_sse2.c', |
| 42 '<(libvpx_source)/vpx_dsp/x86/halfpix_variance_sse2.c', |
| 42 '<(libvpx_source)/vpx_dsp/x86/inv_txfm_sse2.c', | 43 '<(libvpx_source)/vpx_dsp/x86/inv_txfm_sse2.c', |
| 43 '<(libvpx_source)/vpx_dsp/x86/loopfilter_sse2.c', | 44 '<(libvpx_source)/vpx_dsp/x86/loopfilter_sse2.c', |
| 44 '<(libvpx_source)/vpx_dsp/x86/quantize_sse2.c', | 45 '<(libvpx_source)/vpx_dsp/x86/quantize_sse2.c', |
| 45 '<(libvpx_source)/vpx_dsp/x86/variance_sse2.c', | 46 '<(libvpx_source)/vpx_dsp/x86/variance_sse2.c', |
| 46 ], | 47 ], |
| 47 'cflags': [ '-msse2', ], | 48 'cflags': [ '-msse2', ], |
| 48 'xcode_settings': { 'OTHER_CFLAGS': [ '-msse2' ] }, | 49 'xcode_settings': { 'OTHER_CFLAGS': [ '-msse2' ] }, |
| 49 }, | 50 }, |
| 50 { | 51 { |
| 51 'target_name': 'libvpx_intrinsics_ssse3', | 52 'target_name': 'libvpx_intrinsics_ssse3', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 'cflags': [ '-mavx2', ], | 114 'cflags': [ '-mavx2', ], |
| 114 'xcode_settings': { 'OTHER_CFLAGS': [ '-mavx2' ] }, | 115 'xcode_settings': { 'OTHER_CFLAGS': [ '-mavx2' ] }, |
| 115 'msvs_settings': { | 116 'msvs_settings': { |
| 116 'VCCLCompilerTool': { | 117 'VCCLCompilerTool': { |
| 117 'EnableEnhancedInstructionSet': '5', # /arch:AVX2 | 118 'EnableEnhancedInstructionSet': '5', # /arch:AVX2 |
| 118 }, | 119 }, |
| 119 }, | 120 }, |
| 120 }, | 121 }, |
| 121 ], | 122 ], |
| 122 } | 123 } |
| OLD | NEW |