[MPlayer-dev-eng] [PATCH] correct illegal instruction on < armv5tE

Andrew Savchenko Bircoph at list.ru
Wed Oct 8 03:54:45 CEST 2008


Hi,

On Wednesday 08 October 2008 01:01, GNUtoo at no-log.org wrote:
> hello, I wanted to cross-compile mplayer from svn but it
> failed...that's because the pld instruction is not supported by
> my platform(armv4): More precisely the pld instruction was
> introduced in armv5tE variants( but is not present on armv5texp)
[...]
> I bet the patch won't be accepted as-is because it has a
> performance cost on the platform where the pld instruction is
> supported because the pld instruction preloads things...

Then just use 
#ifdef HAVE_ARMV5TE
#endif /* HAVE_ARMV5TE */
closure around this instruction.

Best regards,
Andrew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20081008/67ba55ae/attachment.pgp>


More information about the MPlayer-dev-eng mailing list