diff options
author | Mans Rullgard <mans@mansr.com> | 2011-06-29 20:59:24 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-06-29 21:57:03 +0100 |
commit | a3e1f80e8ba28151ea5d84c15ecf454b8170aa13 (patch) | |
tree | 9e1c7816a30e1b54fd3ce39f2232ca28fec4826f /configure | |
parent | 0291ce840c0d2dd0fe79701e09f1d7a88def47a6 (diff) | |
download | ffmpeg-a3e1f80e8ba28151ea5d84c15ecf454b8170aa13.tar.gz |
ARM: remove check for PLD instruction
PLD is present in ARMv5TE and later, which is checked for separately.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1093,7 +1093,6 @@ HAVE_LIST=" memalign mkstemp mmap - pld posix_memalign round roundf @@ -2608,9 +2607,6 @@ EOF warn "Compiler does not indicate floating-point ABI, guessing $fpabi." fi - # We have to check if pld is a nop and disable it. - check_asm pld '"pld [r0]"' - enabled armv5te && check_asm armv5te '"qadd r0, r0, r0"' enabled armv6 && check_asm armv6 '"sadd16 r0, r0, r0"' enabled armv6t2 && check_asm armv6t2 '"movt r0, #0"' |