summaryrefslogtreecommitdiff
path: root/third_party/x86inc/README.libvpx
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2015-07-28 14:42:23 -0700
committerJohann <johannkoenig@google.com>2015-08-07 16:43:31 -0700
commitbfbba9c6b00cdc2fb33fc4670ba1e6fd40247128 (patch)
tree0b80cddd28456d34ad9a5d2d4d0967895c8859fd /third_party/x86inc/README.libvpx
parent5d8f9f53d190dd54720a404612cc628ea54ad603 (diff)
downloadlibvpx-bfbba9c6b00cdc2fb33fc4670ba1e6fd40247128.tar
libvpx-bfbba9c6b00cdc2fb33fc4670ba1e6fd40247128.tar.gz
libvpx-bfbba9c6b00cdc2fb33fc4670ba1e6fd40247128.tar.bz2
libvpx-bfbba9c6b00cdc2fb33fc4670ba1e6fd40247128.zip
Avoid 'amdnop' when building with nasm
Other implementations of x86inc.asm have more comprehensive nasm workarounds. This is the only thing that was changed for the previous import to libvpx. See if we can still get away with it. Change-Id: I3ef6fe9a4816461c89431a82b7e4a08b4b948d39
Diffstat (limited to 'third_party/x86inc/README.libvpx')
-rw-r--r--third_party/x86inc/README.libvpx1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/x86inc/README.libvpx b/third_party/x86inc/README.libvpx
index 629cecea7..13d86adea 100644
--- a/third_party/x86inc/README.libvpx
+++ b/third_party/x86inc/README.libvpx
@@ -14,3 +14,4 @@ Manage name mangling (prefixing with '_') manually because 'PREFIX' does not
exist in libvpx.
Expand PIC default to macho64 and respect CONFIG_PIC from libvpx
Catch all elf formats for 'hidden' status and SECTION notes.
+Avoid 'amdnop' when building with nasm.