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]

PATCH: New comprehensive test for wmemcmp


Hello,

I've reformatted test-memcmp.c file.
I added wmemcmp support like it was done for test-strcmp
since I will contribute optimized with SSE2 wmemcmp (written in
assembly codes similar optimized wcscmp).
The patch was checked on core 2.

--
Liubov Dmitrieva
Intel Corporation

Change Log:

2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>

	* string/Makefile
	(strop-tests): Add memcmp.

	* string/test-wmemcmp.c: New file.
	* string/test-memcmp.c: Update.
	Add wmemcmp support.

Attachment: test-wmemcmp.patch
Description: Binary data


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