This is the mail archive of the gcc@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] | |
Thus my question to whoever looked at this code close enough is:
1. Is the FALLTHRU really OK?
yes, see above. Plus the fall through is only for non fp types.
2. Shouldn't the logic when to decide which kind of implementation to take not look a bit more like in the multiplication case?
It is the same in general anyways but division is the one that is different between flag_complex_method==0 and flag_complex_method==1.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |