This is the mail archive of the libc-alpha@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]

Re: Improve tgamma accuracy (bug 18613) [committed]


On Thu, 2 Jul 2015, Szabolcs Nagy wrote:

> On 02/07/15 13:58, Szabolcs Nagy wrote:
> > 
> > hm i tried to verify this on aarch64 and also regenerate the libm ulps
> > 
> > but the new ulps file somehow become much smaller than expected
> > 
> 
> it was because builddir/math/libm-test-ulps.h was non-empty
> 
> (it is generated at glibc build time not at make regen-ulps
> time as i assumed)

I don't think it *should* be generated at build time (the only thing that 
needs ulps information at build time should be the table in the manual), 
but don't know offhand what dependency is causing it to be generated 
early.  Also, even if generated early, it ought not to break regen-ulps 
for the header to be already present - so that sounds like a makefile 
issue as well.

-- 
Joseph S. Myers
joseph@codesourcery.com


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