Re: [FFmpeg-devel] [PATCH] Remove REP_RET usage throughout x86 asm files

2017-11-13 Thread Henrik Gramner
On Sun, Nov 12, 2017 at 9:59 PM, Rostislav Pehlivanov wrote: > No longer needed as AUTO_REP_RET deals with it on normal RETs. Only when the RET follows a branch instruction. If it's a branch target (that isn't by itself preceded by a branch instruction) there is no way of

[FFmpeg-devel] [PATCH] Remove REP_RET usage throughout x86 asm files

2017-11-12 Thread Rostislav Pehlivanov
No longer needed as AUTO_REP_RET deals with it on normal RETs. Signed-off-by: Rostislav Pehlivanov --- libavcodec/x86/aacpsdsp.asm | 10 libavcodec/x86/ac3dsp.asm | 10 libavcodec/x86/alacdsp.asm | 4 +--