This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/23294] Complex _FloatN functions are redirected to the wrong function with -mlong-double-64


https://sourceware.org/bugzilla/show_bug.cgi?id=23294

--- Comment #3 from Tulio Magno Quites Machado Filho <tuliom at linux dot ibm.com> ---
(In reply to Tulio Magno Quites Machado Filho from comment #2)

> Confirmed:
> 
> extern _Float32 acosf32 (_Float32 __x) __asm__ ("" "__acosf_finite")
> __attribute__ ((__nothrow__ , __leaf__));

That's a pasto.

I meant to paste this:

extern _Float32 acosf32 (_Float32 __x) __asm__ ("" "acos") __attribute__
((__nothrow__ , __leaf__));

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]