__builtin_isless, __builtin_islessequal on mips targets

Nadezhda Ivanоvna Vyukova niva@niisi.msk.ru
Thu May 5 12:40:00 GMT 2005


The __builtin_isless, __builtin_islessequal functions are provided as 
implementations of standard C99 functions 'isless', 'isgreater'. Please,
explain why gcc for mips implements them via instructions 

    c.lt.FMT and 
    c.le.FMT 

instead of 

    c.olt.FMT and 
    c.ole.FMT.





More information about the Gcc mailing list