mirror of https://github.com/FFmpeg/FFmpeg.git
The REP_RET workaround is only needed on old AMD cpus, and the labels clutter up the symbol table and confuse debugging/profiling tools, so use EQU to create SHN_ABS symbols instead of creating local labels. Furthermore, skip the workaround completely in functions that definitely won't run on such cpus. Note that EQU is just creating a local label when using nasm instead of yasm. This is probably a bug, but at least it doesn't break anything. Signed-off-by: Anton Khirnov <anton@khirnov.net>pull/174/head
parent
fd6ecac38e
commit
002c47798d
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue