mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-07 15:22:57 +00:00
dct-test: test ff_simple_idct_neon only on ARM for now
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
This commit is contained in:
parent
2620df1310
commit
1e9265cd8f
@ -130,7 +130,7 @@ static const struct algo idct_tab[] = {
|
||||
#if HAVE_ARMV6
|
||||
{ "SIMPLE-ARMV6", ff_simple_idct_armv6, MMX_PERM, AV_CPU_FLAG_ARMV6 },
|
||||
#endif
|
||||
#if HAVE_NEON
|
||||
#if HAVE_NEON && ARCH_ARM
|
||||
{ "SIMPLE-NEON", ff_simple_idct_neon, PARTTRANS_PERM, AV_CPU_FLAG_NEON },
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user