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] faster string operations for buldozer.


> +2012-09-26  Ondrej Bilka <neleai@seznam.cz>
> +
> + * sysdeps/x86_64/multiarch/init_arch.c: Select faster string function
> +   implementation for buldozer.

ChangeLog entries are not submitted in diff form.  See the wiki.
This entry has poor formatting and poor content.  It should look like:

	* sysdeps/x86_64/multiarch/init_arch.c (__init_cpu_features):
	Set bit_Prefer_PMINUB_for_stringop for AMD processors.

> +  __cpu_features.feature[index_Fast_Rep_String]
> +   |= ( bit_Prefer_PMINUB_for_stringop);

Excess space and excess parens here.


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