This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

Re: i386 llrint/llrintf patch


Howland Craig D (Craig) wrote:
The attached patch removes the llrint() and llrintf() definitions from
the i386 fast math versions. (They were there because those functions
had not existed in the main libm code. Since they have been added
to the main libm code, a duplicate symbol issue occurs in libm on i386
which this patch eliminates. The _f_llrint versions are left, of
course.)
Craig
*libm/machine/i386/f_llrint.c: remove llrint() definition.
*libm/machine/i386/f_llrintf.c: remove llrintf() definition.
Patch checked in.

-- Jeff J.


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