lists.zerezo.com



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



Hi,

On Wednesday 08 October 2008 01:01, GNUtoo@xxxxxxxxxx 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

Attachment: pgpjy1jb7UwIQ.pgp
Description: PGP signature

_______________________________________________
MPlayer-dev-eng mailing list
MPlayer-dev-eng@xxxxxxxxxxxx
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng