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] | |
I'm thinking about a set of optimizations for single precision floating point(SPFP) on ColdFire cores that don't have an FPU. These optimizations make the assumption that the domain of the FP numbers do not include NaN in any of its forms,
and don't have to set errno.
I'm wondering what combination of -ffast-math
and -funsafe-math-optimizations should to be turned on to enable these optimizations.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |