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 8/N] [x86_64] Vectorized math functions


On Tue, 25 Nov 2014, Andrew Senkevich wrote:

> +$(inst_libdir)/libm.so: $(common-objpfx)format.lds \
> +       $(libm) \
> +       $(common-objpfx)mathvec/libmvec.so$(libmvec.so-version) \

The dependencies should be lined up underneath $(common-objpfx)format.lds; 
as is, they could too easily be confused with commands.  If lining them up 
results in source lines over 79 columns, then define an intermediate 
variable to avoid that.

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