Commit 1e9265cd authored by Janne Grunau's avatar Janne Grunau

dct-test: test ff_simple_idct_neon only on ARM for now

Signed-off-by: 's avatarJanne Grunau <janne-libav@jannau.net>
parent 2620df13
...@@ -130,7 +130,7 @@ static const struct algo idct_tab[] = { ...@@ -130,7 +130,7 @@ static const struct algo idct_tab[] = {
#if HAVE_ARMV6 #if HAVE_ARMV6
{ "SIMPLE-ARMV6", ff_simple_idct_armv6, MMX_PERM, AV_CPU_FLAG_ARMV6 }, { "SIMPLE-ARMV6", ff_simple_idct_armv6, MMX_PERM, AV_CPU_FLAG_ARMV6 },
#endif #endif
#if HAVE_NEON #if HAVE_NEON && ARCH_ARM
{ "SIMPLE-NEON", ff_simple_idct_neon, PARTTRANS_PERM, AV_CPU_FLAG_NEON }, { "SIMPLE-NEON", ff_simple_idct_neon, PARTTRANS_PERM, AV_CPU_FLAG_NEON },
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment