[MPlayer-dev-eng] [PATCH] correct mp3lib -v output on PPC

Alexander Strange astrange at ithinksw.com
Fri Mar 24 01:49:20 CET 2006


This simply makes mp3lib say that it's using Altivec to decode  
instead of generic C when it uses the optimized IMDCT.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mp3lib-altivec-log.diff
Type: application/octet-stream
Size: 687 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20060323/974a547c/attachment.obj>
-------------- next part --------------


I notice the Altivec code in decod386.c checks gCpuCaps every time it  
calls dct64; you could save a very small amount of time by using a  
function pointer there like the rest of the SIMD code.


More information about the MPlayer-dev-eng mailing list