| 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', |
| 11 'include_dirs': [ | 11 'include_dirs': [ |
| 12 'source/config/<(OS_CATEGORY)/<(target_arch_full)', | 12 'source/config/<(OS_CATEGORY)/<(target_arch_full)', |
| 13 '<(libvpx_source)', | 13 '<(libvpx_source)', |
| 14 ], | 14 ], |
| 15 'sources': [ | 15 'sources': [ |
| 16 '<(libvpx_source)/vp8/common/x86/idct_blk_mmx.c', | 16 '<(libvpx_source)/vp8/common/x86/idct_blk_mmx.c', |
| 17 '<(libvpx_source)/vp8/common/x86/variance_mmx.c', | 17 '<(libvpx_source)/vp8/common/x86/variance_mmx.c', |
| 18 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_mmx.c', | 18 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_mmx.c', |
| 19 '<(libvpx_source)/vpx_dsp/x86/variance_mmx.c', |
| 19 ], | 20 ], |
| 20 'cflags': [ '-mmmx', ], | 21 'cflags': [ '-mmmx', ], |
| 21 'xcode_settings': { 'OTHER_CFLAGS': [ '-mmmx' ] }, | 22 'xcode_settings': { 'OTHER_CFLAGS': [ '-mmmx' ] }, |
| 22 }, | 23 }, |
| 23 { | 24 { |
| 24 'target_name': 'libvpx_intrinsics_sse2', | 25 'target_name': 'libvpx_intrinsics_sse2', |
| 25 'type': 'static_library', | 26 'type': 'static_library', |
| 26 'include_dirs': [ | 27 'include_dirs': [ |
| 27 'source/config/<(OS_CATEGORY)/<(target_arch_full)', | 28 'source/config/<(OS_CATEGORY)/<(target_arch_full)', |
| 28 '<(libvpx_source)', | 29 '<(libvpx_source)', |
| 29 ], | 30 ], |
| 30 'sources': [ | 31 'sources': [ |
| 31 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c', | 32 '<(libvpx_source)/vp8/common/x86/idct_blk_sse2.c', |
| 32 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c', | 33 '<(libvpx_source)/vp8/common/x86/recon_wrapper_sse2.c', |
| 33 '<(libvpx_source)/vp8/common/x86/variance_sse2.c', | 34 '<(libvpx_source)/vp8/common/x86/variance_sse2.c', |
| 34 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c', | 35 '<(libvpx_source)/vp8/encoder/x86/denoising_sse2.c', |
| 35 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c', | 36 '<(libvpx_source)/vp8/encoder/x86/quantize_sse2.c', |
| 36 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', | 37 '<(libvpx_source)/vp8/encoder/x86/vp8_enc_stubs_sse2.c', |
| 37 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c', | 38 '<(libvpx_source)/vp9/common/x86/vp9_idct_intrin_sse2.c', |
| 38 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c', | 39 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_sse2.c', |
| 39 '<(libvpx_source)/vp9/encoder/x86/vp9_avg_intrin_sse2.c', | 40 '<(libvpx_source)/vp9/encoder/x86/vp9_avg_intrin_sse2.c', |
| 40 '<(libvpx_source)/vp9/encoder/x86/vp9_dct32x32_sse2.c', | |
| 41 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_impl_sse2.c', | |
| 42 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_sse2.c', | 41 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_sse2.c', |
| 43 '<(libvpx_source)/vp9/encoder/x86/vp9_denoiser_sse2.c', | 42 '<(libvpx_source)/vp9/encoder/x86/vp9_denoiser_sse2.c', |
| 44 '<(libvpx_source)/vp9/encoder/x86/vp9_quantize_sse2.c', | 43 '<(libvpx_source)/vp9/encoder/x86/vp9_quantize_sse2.c', |
| 45 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_sse2.c', | 44 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_sse2.c', |
| 45 '<(libvpx_source)/vpx_dsp/x86/variance_sse2.c', |
| 46 ], | 46 ], |
| 47 'cflags': [ '-msse2', ], | 47 'cflags': [ '-msse2', ], |
| 48 'xcode_settings': { 'OTHER_CFLAGS': [ '-msse2' ] }, | 48 'xcode_settings': { 'OTHER_CFLAGS': [ '-msse2' ] }, |
| 49 }, | 49 }, |
| 50 { | 50 { |
| 51 'target_name': 'libvpx_intrinsics_ssse3', | 51 'target_name': 'libvpx_intrinsics_ssse3', |
| 52 'type': 'static_library', | 52 'type': 'static_library', |
| 53 'include_dirs': [ | 53 'include_dirs': [ |
| 54 'source/config/<(OS_CATEGORY)/<(target_arch_full)', | 54 'source/config/<(OS_CATEGORY)/<(target_arch_full)', |
| 55 '<(libvpx_source)', | 55 '<(libvpx_source)', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 { | 97 { |
| 98 'target_name': 'libvpx_intrinsics_avx2', | 98 'target_name': 'libvpx_intrinsics_avx2', |
| 99 'type': 'static_library', | 99 'type': 'static_library', |
| 100 'include_dirs': [ | 100 'include_dirs': [ |
| 101 'source/config/<(OS_CATEGORY)/<(target_arch_full)', | 101 'source/config/<(OS_CATEGORY)/<(target_arch_full)', |
| 102 '<(libvpx_source)', | 102 '<(libvpx_source)', |
| 103 ], | 103 ], |
| 104 'sources': [ | 104 'sources': [ |
| 105 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_avx2.c', | 105 '<(libvpx_source)/vp9/common/x86/vp9_loopfilter_intrin_avx2.c', |
| 106 '<(libvpx_source)/vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c', | 106 '<(libvpx_source)/vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c', |
| 107 '<(libvpx_source)/vp9/encoder/x86/vp9_dct32x32_avx2.c', | |
| 108 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_avx2.c', | 107 '<(libvpx_source)/vp9/encoder/x86/vp9_dct_avx2.c', |
| 109 '<(libvpx_source)/vp9/encoder/x86/vp9_error_intrin_avx2.c', | 108 '<(libvpx_source)/vp9/encoder/x86/vp9_error_intrin_avx2.c', |
| 110 '<(libvpx_source)/vp9/encoder/x86/vp9_subpel_variance_impl_intrin_avx2.c
', | 109 '<(libvpx_source)/vp9/encoder/x86/vp9_subpel_variance_impl_intrin_avx2.c
', |
| 111 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_avx2.c', | 110 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_avx2.c', |
| 112 '<(libvpx_source)/vp9/encoder/x86/vp9_variance_impl_intrin_avx2.c', | |
| 113 '<(libvpx_source)/vpx_dsp/x86/sad4d_avx2.c', | 111 '<(libvpx_source)/vpx_dsp/x86/sad4d_avx2.c', |
| 114 '<(libvpx_source)/vpx_dsp/x86/sad_avx2.c', | 112 '<(libvpx_source)/vpx_dsp/x86/sad_avx2.c', |
| 113 '<(libvpx_source)/vpx_dsp/x86/variance_avx2.c', |
| 114 '<(libvpx_source)/vpx_dsp/x86/variance_impl_avx2.c', |
| 115 ], | 115 ], |
| 116 'cflags': [ '-mavx2', ], | 116 'cflags': [ '-mavx2', ], |
| 117 'xcode_settings': { 'OTHER_CFLAGS': [ '-mavx2' ] }, | 117 'xcode_settings': { 'OTHER_CFLAGS': [ '-mavx2' ] }, |
| 118 'msvs_settings': { | 118 'msvs_settings': { |
| 119 'VCCLCompilerTool': { | 119 'VCCLCompilerTool': { |
| 120 'EnableEnhancedInstructionSet': '5', # /arch:AVX2 | 120 'EnableEnhancedInstructionSet': '5', # /arch:AVX2 |
| 121 }, | 121 }, |
| 122 }, | 122 }, |
| 123 # TODO(pcc): Remove this once we properly support subtarget specific | 123 # TODO(pcc): Remove this once we properly support subtarget specific |
| 124 # code generation in LLVM (http://llvm.org/PR19416). | 124 # code generation in LLVM (http://llvm.org/PR19416). |
| 125 'cflags!': [ '-flto', '-fsanitize=cfi-vptr', ], | 125 'cflags!': [ '-flto', '-fsanitize=cfi-vptr', ], |
| 126 }, | 126 }, |
| 127 ], | 127 ], |
| 128 } | 128 } |
| OLD | NEW |