x86: Always use PIC in x86-64 asm
Most x86-64 operating systems nowadays doesn't even allow .text relocations in object files any more, and there is no measurable overall performance difference from using RIP-relative addressing in x264 asm. Enforcing PIC reduces complexity and simplifies testing.
Please register or sign in to comment