Chromium Code Reviews| Index: source/libvpx/third_party/x86inc/x86inc.asm |
| =================================================================== |
| --- source/libvpx/third_party/x86inc/x86inc.asm (revision 191025) |
| +++ source/libvpx/third_party/x86inc/x86inc.asm (working copy) |
| @@ -114,7 +114,12 @@ |
| %endif |
| ; Always use long nops (reduces 0x90 spam in disassembly on x86_32) |
| +%ifndef __NASM_VER__ |
| CPU amdnop |
| +%else |
| +%use smartalign |
| +ALIGNMODE k7 |
| +%endif |
| ; Macros to eliminate most code duplication between x86_32 and x86_64: |
| ; Currently this works only for leaf functions which load all their arguments |