------- Comment #7 from dannysmith at users dot sourceforge dot net 2007-06-20 23:32 ------- (In reply to comment #6) > Anybody have enough __asm__ foo to write a inline assembly macro taking a long > double operand and returning one, which I can use to call fsqrt directly in > inline assembly?
http://cygwin.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/math/sqrtl.c?cvsroot=src should help. You could use __builtin_nan to replace the external reference Danny -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30599