------- Comment #34 from ubizjak at gmail dot com 2008-02-22 13:41 ------- Perhaps patch from comment #24 can give some clue, because with this patch I get:
long double test(long double x) { return sinl(x); } long double test_(long double x) { return __builtin_sinl(x); } test_: jmp sinl$LDBL128 test: jmp sinl -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25477