On 2014-02-27 19:04:53 +0200, Martin Storsj?? wrote:
> On Sat, 22 Feb 2014, Janne Grunau wrote:
>
> >---
> >libavcodec/arm/dcadsp_init_arm.c | 46 
> >++++++----------------------------------
> >libavcodec/arm/dcadsp_neon.S     | 29 +++++++++++++++++++++++++
> >2 files changed, 35 insertions(+), 40 deletions(-)
>
> Looks ok I think.
>
> The HAVE_ASM_MOD_Y configure item could probably be removed
> afterwards as well.

oh, I didn't realize this was the only use of it. This patch is just
for review and will be squashed into the patch removing the use of
HAVE_ASM_MOD_Y.

Janne
---8<---
---
 configure | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure b/configure
index a7c0043..a3c744e 100755
--- a/configure
+++ b/configure
@@ -1330,7 +1330,6 @@ HAVE_LIST="
     altivec_h
     arpa_inet_h
     asm_mod_q
-    asm_mod_y
     atomic_cas_ptr
     atomics_native
     attribute_may_alias
@@ -3669,7 +3668,6 @@ EOF
             $ARCH_EXT_LIST_ARM
 
     check_inline_asm asm_mod_q '"add r0, %Q0, %R0" :: "r"((long long)0)'
-    check_inline_asm asm_mod_y '"vmul.i32 d0, d0, %y0" :: "x"(0)'
 
     [ $target_os != win32 ] && enabled_all armv6t2 shared !pic && 
enable_weak_pic
 
-- 
1.9.0

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

Reply via email to