0> In article <[EMAIL PROTECTED]>,
0> Alexander Leidinger <URL:mailto:[EMAIL PROTECTED]> ("AL") wrote:
AL> + struct {
AL> + long padding; /* to prevent unaligned access */
AL> + float f;
AL> + } s;
Would a union achieve the same thing more portably?
I suppose, given that this is an autoconf test, the Right Thing is to
do the same as the actual code we're compiling. I couldn't find where
the above test's results get used, but it seems that the int/float
case uses unions in quantize_pvt.c and vbrquantize.c.
_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder