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

Side by Side Diff: source/config/linux/arm-neon/vpx_config.asm

Issue 290653003: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 @ This file was created from a .asm file 1 @ This file was created from a .asm file
2 @ using the ads2gas.pl script. 2 @ using the ads2gas.pl script.
3 .equ DO1STROUNDING, 0 3 .equ DO1STROUNDING, 0
4 .equ ARCH_ARM , 1 4 .equ ARCH_ARM , 1
5 .equ ARCH_MIPS , 0 5 .equ ARCH_MIPS , 0
6 .equ ARCH_X86 , 0 6 .equ ARCH_X86 , 0
7 .equ ARCH_X86_64 , 0 7 .equ ARCH_X86_64 , 0
8 .equ ARCH_PPC32 , 0 8 .equ ARCH_PPC32 , 0
9 .equ ARCH_PPC64 , 0 9 .equ ARCH_PPC64 , 0
10 .equ HAVE_EDSP , 1 10 .equ HAVE_EDSP , 1
11 .equ HAVE_MEDIA , 1 11 .equ HAVE_MEDIA , 1
12 .equ HAVE_NEON , 1 12 .equ HAVE_NEON , 1
13 .equ HAVE_NEON_ASM , 1
13 .equ HAVE_MIPS32 , 0 14 .equ HAVE_MIPS32 , 0
14 .equ HAVE_DSPR2 , 0 15 .equ HAVE_DSPR2 , 0
15 .equ HAVE_MMX , 0 16 .equ HAVE_MMX , 0
16 .equ HAVE_SSE , 0 17 .equ HAVE_SSE , 0
17 .equ HAVE_SSE2 , 0 18 .equ HAVE_SSE2 , 0
18 .equ HAVE_SSE3 , 0 19 .equ HAVE_SSE3 , 0
19 .equ HAVE_SSSE3 , 0 20 .equ HAVE_SSSE3 , 0
20 .equ HAVE_SSE4_1 , 0 21 .equ HAVE_SSE4_1 , 0
21 .equ HAVE_AVX , 0 22 .equ HAVE_AVX , 0
22 .equ HAVE_AVX2 , 0 23 .equ HAVE_AVX2 , 0
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 .equ CONFIG_OS_SUPPORT , 1 75 .equ CONFIG_OS_SUPPORT , 1
75 .equ CONFIG_UNIT_TESTS , 0 76 .equ CONFIG_UNIT_TESTS , 0
76 .equ CONFIG_WEBM_IO , 1 77 .equ CONFIG_WEBM_IO , 1
77 .equ CONFIG_DECODE_PERF_TESTS , 0 78 .equ CONFIG_DECODE_PERF_TESTS , 0
78 .equ CONFIG_MULTI_RES_ENCODING , 1 79 .equ CONFIG_MULTI_RES_ENCODING , 1
79 .equ CONFIG_TEMPORAL_DENOISING , 1 80 .equ CONFIG_TEMPORAL_DENOISING , 1
80 .equ CONFIG_EXPERIMENTAL , 0 81 .equ CONFIG_EXPERIMENTAL , 0
81 .equ CONFIG_MULTIPLE_ARF , 0 82 .equ CONFIG_MULTIPLE_ARF , 0
82 .equ CONFIG_ALPHA , 0 83 .equ CONFIG_ALPHA , 0
83 .section .note.GNU-stack,"",%progbits 84 .section .note.GNU-stack,"",%progbits
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698