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: [PATCH v4 5/5] float128: Add wrappers to override ldbl-128 as float128.


Also: why duplicate math/e_exp2l.c with substitutions as e_exp2f128.c, 
when I'd think it's cleaner to convert e_exp2l.c to a type-generic 
template e_exp2_template.c (making sure that sysdeps e_exp2* files 
continue to be used instead of the template where available, but my 
understanding of the template machinery is that should happen 
automatically)?

-- 
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]