it can ~d ----- Original Message ----- From: "Andre Sodermans" <[email protected]> To: <[email protected]> Sent: Wednesday, February 16, 2005 10:47 PM Subject: [Mspgcc-users] u32 x u32 -> u64 using h/w multiplier
> does anybody know if mspgcc can generate the > instruction stream for a multiply of two 32bit > operands into a 64bit result (using h/w mul) as in: > > unsigned long a,b; > unsigned long long res; > > res = (unsigned long long) a*b; > > If I try the above code on my device (149) a > u32xu32->u32 using h/w mul gets generated. > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - Helps protect you from nasty viruses. > http://promotions.yahoo.com/new_mail > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users
