• Home
  • History
  • Annotate
  • only in /external/libvpx/libvpx/third_party/x86inc/
NameDateSize

..20-Dec-20164 KiB

LICENSE20-Dec-2016936

README.libvpx20-Dec-2016982

x86inc.asm20-Dec-201644.7 KiB

README.libvpx

1URL: http://git.videolan.org/?p=x264.git
2Version: a95584945dd9ce3acc66c6cd8f6796bc4404d40d
3License: ISC
4License File: LICENSE
5
6Description:
7x264/libav's framework for x86 assembly. Contains a variety of macros and
8defines that help automatically allow assembly to work cross-platform.
9
10Local Modifications:
11Get configuration from vpx_config.asm.
12Prefix functions with vpx by default.
13Manage name mangling (prefixing with '_') manually because 'PREFIX' does not
14  exist in libvpx.
15Expand PIC default to macho64 and respect CONFIG_PIC from libvpx
16Catch all elf formats for 'hidden' status and SECTION notes.
17Avoid 'amdnop' when building with nasm.
18Set 'private_extern' visibility for macho targets.
19Copy PIC 'GLOBAL' macros from x86_abi_support.asm
20Use .text instead of .rodata on macho to avoid broken tables in PIC mode.
21Use .text with no alignment for aout
22Only use 'hidden' visibility with Chromium
23Move '%use smartalign' for nasm out of 'INIT_CPUFLAGS' and before
24  'ALIGNMODE'.
25