[MPlayer-dev-eng] [PATCH] More accurate af_volume

D Richard Felker III dalias at aerifal.cx
Sun Feb 20 20:17:11 CET 2005


On Sun, Feb 20, 2005 at 07:36:25PM +0100, Romain Dolbeau wrote:
> Reimar Döffinger wrote:
> 
> >Is there an architecture where this is not the case?
> 
> all ILP64 OS/arch. Alpha with almost any OSes is one.
> 
> At least Solaris 9 on Sparc V9 and Linux on Itanium seems
> to default to I32LP64...

This is all non-gcc. On gcc, int is always 32bit, for good reason.
If you make int any bigger, there's at least one size (either 16bit or
32bit) that can't exist at all within the standard types.. this is an
unfortunate limitation of the C language.

Rich




More information about the MPlayer-dev-eng mailing list