| 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_neon', | 9 'target_name': 'libvpx_intrinsics_neon', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 '<(libvpx_source)/vp8/encoder/arm/neon/fastquantizeb_neon.c', | 36 '<(libvpx_source)/vp8/encoder/arm/neon/fastquantizeb_neon.c', |
| 37 '<(libvpx_source)/vp8/encoder/arm/neon/shortfdct_neon.c', | 37 '<(libvpx_source)/vp8/encoder/arm/neon/shortfdct_neon.c', |
| 38 '<(libvpx_source)/vp8/encoder/arm/neon/subtract_neon.c', | 38 '<(libvpx_source)/vp8/encoder/arm/neon/subtract_neon.c', |
| 39 '<(libvpx_source)/vp8/encoder/arm/neon/vp8_mse16x16_neon.c', | 39 '<(libvpx_source)/vp8/encoder/arm/neon/vp8_mse16x16_neon.c', |
| 40 '<(libvpx_source)/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c', | 40 '<(libvpx_source)/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c', |
| 41 '<(libvpx_source)/vp9/common/arm/neon/vp9_convolve_neon.c', | 41 '<(libvpx_source)/vp9/common/arm/neon/vp9_convolve_neon.c', |
| 42 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct16x16_neon.c', | 42 '<(libvpx_source)/vp9/common/arm/neon/vp9_idct16x16_neon.c', |
| 43 '<(libvpx_source)/vp9/common/arm/neon/vp9_iht4x4_add_neon.c', | 43 '<(libvpx_source)/vp9/common/arm/neon/vp9_iht4x4_add_neon.c', |
| 44 '<(libvpx_source)/vp9/common/arm/neon/vp9_iht8x8_add_neon.c', | 44 '<(libvpx_source)/vp9/common/arm/neon/vp9_iht8x8_add_neon.c', |
| 45 '<(libvpx_source)/vp9/common/arm/neon/vp9_loopfilter_neon.c', | 45 '<(libvpx_source)/vp9/common/arm/neon/vp9_loopfilter_neon.c', |
| 46 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_avg_neon.c', |
| 46 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_dct_neon.c', | 47 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_dct_neon.c', |
| 47 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_quantize_neon.c', | 48 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_quantize_neon.c', |
| 49 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_sad4d_neon.c', |
| 48 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_sad_neon.c', | 50 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_sad_neon.c', |
| 49 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_subtract_neon.c', | 51 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_subtract_neon.c', |
| 50 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_variance_neon.c', | 52 '<(libvpx_source)/vp9/encoder/arm/neon/vp9_variance_neon.c', |
| 51 ], | 53 ], |
| 52 'cflags!': [ '-mfpu=vfpv3-d16' ], | 54 'cflags!': [ '-mfpu=vfpv3-d16' ], |
| 53 'conditions': [ | 55 'conditions': [ |
| 54 # Disable LTO in neon targets due to compiler bug | 56 # Disable LTO in neon targets due to compiler bug |
| 55 # crbug.com/408997 | 57 # crbug.com/408997 |
| 56 ['use_lto==1', { | 58 ['use_lto==1', { |
| 57 'cflags!': [ | 59 'cflags!': [ |
| 58 '-flto', | 60 '-flto', |
| 59 '-ffat-lto-objects', | 61 '-ffat-lto-objects', |
| 60 ], | 62 ], |
| 61 }], | 63 }], |
| 62 ], | 64 ], |
| 63 'cflags': [ '-mfpu=neon', ], | 65 'cflags': [ '-mfpu=neon', ], |
| 64 'xcode_settings': { 'OTHER_CFLAGS': [ '-mfpu=neon' ] }, | 66 'xcode_settings': { 'OTHER_CFLAGS': [ '-mfpu=neon' ] }, |
| 65 }, | 67 }, |
| 66 ], | 68 ], |
| 67 } | 69 } |
| OLD | NEW |