This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [bfin] Fix argument order of __builtin_bfin_cmplx_mac and __builtin_bfin_cmplx_msu


Jie Zhang wrote:
Bernd Schmidt wrote:
Jie Zhang wrote:
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?

Ok.


Committed as r127888.

I accidentally committed another patch which has not been approved. Now I have reverted it and committed the correct one as r127891.


Jie



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]