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] | |
Jan Hubicka <jh@suse.cz> writes: [...] | > [#2] The rint functions differ from the nearbyint functions | > (7.12.9.3) only in that the rint functions may raise the | ^^^ | Does this imply that I can implement rint as nearbyint call and never | cause the exception and always use frndint instruction for it that does | not trap? If FE_INEXACT is on, that is incorrect. -- Gaby
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |