[bfin] Fix argument order of __builtin_bfin_cmplx_mac and __builtin_bfin_cmplx_msu

Jie Zhang jzhang918@gmail.com
Fri Aug 24 17:20:00 GMT 2007


The first argument of both __builtin_bfin_cmplx_mac and 
__builtin_bfin_cmplx_msu is sum. The second and the third are the two to 
be multiplied. But the current implementation of them treated the first 
and the second as the two to be multiplied, the third as the sum. This 
patch should fix it.

OK to commit?


Jie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bfin-fix-cmplx-mac-msu-builtins.diff
Type: text/x-patch
Size: 2012 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070824/014e67e0/attachment.bin>


More information about the Gcc-patches mailing list