From e9f82e0d1d70f361a40f1853c928df04918a38f5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 14 Aug 2010 22:04:01 -0700 Subject: Add optimized strncasecmp versions for x86-64. --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index eba00f4e52..f3094d18aa 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2010-8-12 +GNU C Library NEWS -- history of user-visible changes. 2010-8-14 Copyright (C) 1992-2009, 2010 Free Software Foundation, Inc. See the end for copying conditions. @@ -15,7 +15,8 @@ Version 2.13 * POWER7 optimizations: memset, memcmp, strncmp -* New optimized string functions for x86-64: strnlen, strcasecmp +* New optimized string functions for x86-64: strnlen (SSE2), + strcasecmp (SSE2, SSSE3, SSE4.2), strncasecmp (SSE2, SSSE3, SSE4.2) Implemented by Ulrich Drepper. Version 2.12 -- cgit v1.2.3