Displaying 1 result from an estimated 1 matches for "__builtin_isnormal".
2013 Jul 10
1
[LLVMdev] Floating point ordered and unordered comparisons
> The function ISD::getSetCCInverse() would probably be useful for you
> here: you can use it to transform an unordered operation into an
> ordered operation.
Thanks for your reply Eli. I will check how to convert unordered
operations back to ordered one. I have another related question - is it
possible for frontend (clang) to generate unordered operation from the
source code?
-Sundeep