[LLVMdev] RTLIB::UO_F32

Pete Couperus pjcoup at gmail.com
Fri Dec 14 10:44:56 PST 2012


Hi Reed,

Sorry about the off-list reply.  I need to reset my list preferences.

If I build:
cmp.c:
int cmp_single(float a) { return (a != a) ? 1 : 0; }
int cmp_double(double a) { return (a != a) ? 1 : 0; }

with clang -target mips-unknown -S cmp.c

I get calls to __unordsf2 and __unorddf2.

Pete



More information about the llvm-dev mailing list