On 2016-01-05 11:34:45 +0200, Martin Storsjö wrote:
> Use two separate functions, depending on whether VFP/NEON is available.
> 
> This is set to require armv5te - it uses blx, which is only available
> since armv5t, but we don't have a separate configure item for that.
> (It also uses ldrd, which requires armv5te, but this could be avoided
> if necessary.)
> ---
> Using three-operand form for eor/orr, using lsl instead of mov32+and,
> using orrs instead of orr+cmp.
> ---
>  tests/checkasm/arm/Makefile   |    1 +
>  tests/checkasm/arm/checkasm.S |  142 
> +++++++++++++++++++++++++++++++++++++++++
>  tests/checkasm/checkasm.c     |   11 ++++
>  tests/checkasm/checkasm.h     |   13 ++++
>  4 files changed, 167 insertions(+)
>  create mode 100644 tests/checkasm/arm/Makefile
>  create mode 100644 tests/checkasm/arm/checkasm.S

looks good to me, thanks the reworks. please push to oracle first

Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to