On 2014-09-02 17:13, Pascal Massimino wrote:
> %macro DECLARE_VAR 2
>     %define  %1 %2
>     %define  %1d %2d
> %endmacro
> 
> ;; Mappings for common variables
> DECLARE_VAR index, r5
> DECLARE_VAR total, r4
> DECLARE_VAR parallel_width, r6

I suggest you leave these up to the cglobal macro

> DECLARE_VAR tmp1, r7
> DECLARE_VAR tmp2, r6

Perhaps these two should use DECLARE_REG_TMP

> movsxd

Use x264asm's movsxifnidn macro, then it will only do something on 64-bit.


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to