From 42e08a5438ddbd9d550d914733c0bc5ba96d79ec Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 30 Jul 2010 00:14:04 -0700 Subject: Implement optimized strcaecmp for x86-64. --- sysdeps/x86_64/strcasecmp.S | 1 + 1 file changed, 1 insertion(+) create mode 100644 sysdeps/x86_64/strcasecmp.S (limited to 'sysdeps/x86_64/strcasecmp.S') diff --git a/sysdeps/x86_64/strcasecmp.S b/sysdeps/x86_64/strcasecmp.S new file mode 100644 index 0000000000..fe49e820f2 --- /dev/null +++ b/sysdeps/x86_64/strcasecmp.S @@ -0,0 +1 @@ +/* In strcasecmp_l.S. */ -- cgit 1.4.1