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

Side by Side Diff: third_party/libvpx/source/config/nacl/vpx_config.asm

Issue 2362513003: Roll src/third_party/libvpx/source/libvpx/ 4282d2935..99ef84c65 (29 commits). (Closed)
Patch Set: use correct option (--disable-*install*-docs) Created 4 years, 2 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 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 , 0 4 .equ ARCH_ARM , 0
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 HAVE_NEON , 0 8 .equ HAVE_NEON , 0
9 .equ HAVE_NEON_ASM , 0 9 .equ HAVE_NEON_ASM , 0
10 .equ HAVE_MIPS32 , 0 10 .equ HAVE_MIPS32 , 0
11 .equ HAVE_DSPR2 , 0 11 .equ HAVE_DSPR2 , 0
12 .equ HAVE_MSA , 0 12 .equ HAVE_MSA , 0
13 .equ HAVE_MIPS64 , 0 13 .equ HAVE_MIPS64 , 0
14 .equ HAVE_MMX , 0 14 .equ HAVE_MMX , 0
15 .equ HAVE_SSE , 0 15 .equ HAVE_SSE , 0
16 .equ HAVE_SSE2 , 0 16 .equ HAVE_SSE2 , 0
17 .equ HAVE_SSE3 , 0 17 .equ HAVE_SSE3 , 0
18 .equ HAVE_SSSE3 , 0 18 .equ HAVE_SSSE3 , 0
19 .equ HAVE_SSE4_1 , 0 19 .equ HAVE_SSE4_1 , 0
20 .equ HAVE_AVX , 0 20 .equ HAVE_AVX , 0
21 .equ HAVE_AVX2 , 0 21 .equ HAVE_AVX2 , 0
22 .equ HAVE_VPX_PORTS , 1 22 .equ HAVE_VPX_PORTS , 1
23 .equ HAVE_PTHREAD_H , 1 23 .equ HAVE_PTHREAD_H , 1
24 .equ HAVE_UNISTD_H , 0 24 .equ HAVE_UNISTD_H , 0
25 .equ CONFIG_DEPENDENCY_TRACKING , 1 25 .equ CONFIG_DEPENDENCY_TRACKING , 1
26 .equ CONFIG_EXTERNAL_BUILD , 1 26 .equ CONFIG_EXTERNAL_BUILD , 1
27 .equ CONFIG_INSTALL_DOCS , 1 27 .equ CONFIG_INSTALL_DOCS , 0
28 .equ CONFIG_INSTALL_BINS , 1 28 .equ CONFIG_INSTALL_BINS , 1
29 .equ CONFIG_INSTALL_LIBS , 1 29 .equ CONFIG_INSTALL_LIBS , 1
30 .equ CONFIG_INSTALL_SRCS , 0 30 .equ CONFIG_INSTALL_SRCS , 0
31 .equ CONFIG_DEBUG , 0 31 .equ CONFIG_DEBUG , 0
32 .equ CONFIG_GPROF , 0 32 .equ CONFIG_GPROF , 0
33 .equ CONFIG_GCOV , 0 33 .equ CONFIG_GCOV , 0
34 .equ CONFIG_RVCT , 0 34 .equ CONFIG_RVCT , 0
35 .equ CONFIG_GCC , 1 35 .equ CONFIG_GCC , 1
36 .equ CONFIG_MSVS , 0 36 .equ CONFIG_MSVS , 0
37 .equ CONFIG_PIC , 0 37 .equ CONFIG_PIC , 0
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 .equ CONFIG_BETTER_HW_COMPATIBILITY , 0 76 .equ CONFIG_BETTER_HW_COMPATIBILITY , 0
77 .equ CONFIG_EXPERIMENTAL , 0 77 .equ CONFIG_EXPERIMENTAL , 0
78 .equ CONFIG_SIZE_LIMIT , 1 78 .equ CONFIG_SIZE_LIMIT , 1
79 .equ CONFIG_SPATIAL_SVC , 0 79 .equ CONFIG_SPATIAL_SVC , 0
80 .equ CONFIG_FP_MB_STATS , 0 80 .equ CONFIG_FP_MB_STATS , 0
81 .equ CONFIG_EMULATE_HARDWARE , 0 81 .equ CONFIG_EMULATE_HARDWARE , 0
82 .equ CONFIG_MISC_FIXES , 0 82 .equ CONFIG_MISC_FIXES , 0
83 .equ DECODE_WIDTH_LIMIT , 16384 83 .equ DECODE_WIDTH_LIMIT , 16384
84 .equ DECODE_HEIGHT_LIMIT , 16384 84 .equ DECODE_HEIGHT_LIMIT , 16384
85 .section .note.GNU-stack,"",%progbits 85 .section .note.GNU-stack,"",%progbits
OLDNEW
« no previous file with comments | « third_party/libvpx/source/config/nacl/vpx_config.h ('k') | third_party/libvpx/source/config/nacl/vpx_config.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698