diff options
Diffstat (limited to 'sysdeps/i386/rawmemchr.S')
-rw-r--r-- | sysdeps/i386/rawmemchr.S | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sysdeps/i386/rawmemchr.S b/sysdeps/i386/rawmemchr.S index 11b2afffd8..d471dd2887 100644 --- a/sysdeps/i386/rawmemchr.S +++ b/sysdeps/i386/rawmemchr.S @@ -2,15 +2,6 @@ For Intel 80x86, x>=3. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu> - Optimised a little by Alan Modra <Alan@SPRI.Levels.UniSA.Edu.Au> - This version is developed using the same algorithm as the fast C - version which carries the following introduction: - Based on strlen implementation by Torbjorn Granlund (tege@sics.se), - with help from Dan Sahlin (dan@sics.se) and - commentary by Jim Blandy (jimb@ai.mit.edu); - adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), - and implemented by Roland McGrath (roland@ai.mit.edu). The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |