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: [PATCH, middle-end]: Implement lrint and llrint functions as built-ins


On Mon, Mar 21, 2005 at 12:05:37PM +0100, Uros Bizjak wrote:
>    * optabs.h (enum optab_index): Add new OTI_lrint and OTI_llrint.

I don't like using separate optabs for lrint and llrint.  The
target shouldn't equate to C types like this.  You should be
doing something like rintsfsi2 and rintsfdi2.


r~


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