summaryrefslogtreecommitdiff
path: root/contrib/asm686/match.S
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:32:36 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:32:36 -0700
commit67cc20d0041a32bee12bd9eb20ae218f91b73f77 (patch)
treed7e1b94bd15c30efd57cf9036f5fe89306b6bba0 /contrib/asm686/match.S
parent7751bd4c715ea8478113e34b49b5a794a4642e8e (diff)
downloadzlib-1.2.4-pre1.tar.gz
zlib-1.2.4-pre1.tar.bz2
zlib-1.2.4-pre1.zip
zlib 1.2.4-pre1v1.2.4-pre1
Diffstat (limited to 'contrib/asm686/match.S')
-rw-r--r--contrib/asm686/match.S24
1 files changed, 19 insertions, 5 deletions
diff --git a/contrib/asm686/match.S b/contrib/asm686/match.S
index 5c3e9ee..06817e1 100644
--- a/contrib/asm686/match.S
+++ b/contrib/asm686/match.S
@@ -1,9 +1,23 @@
1/* match.s -- Pentium-Pro-optimized version of longest_match() 1/* match.S -- x86 assembly version of the zlib longest_match() function.
2 * Written for zlib 1.1.2 2 * Optimized for the Intel 686 chips (PPro and later).
3 * Copyright (C) 1998 Brian Raiter <breadbox@muppetlabs.com>
4 * 3 *
5 * This is free software; you can redistribute it and/or modify it 4 * Copyright (C) 1998, 2007 Brian Raiter <breadbox@muppetlabs.com>
6 * under the terms of the GNU General Public License. 5 *
6 * This software is provided 'as-is', without any express or implied
7 * warranty. In no event will the author be held liable for any damages
8 * arising from the use of this software.
9 *
10 * Permission is granted to anyone to use this software for any purpose,
11 * including commercial applications, and to alter it and redistribute it
12 * freely, subject to the following restrictions:
13 *
14 * 1. The origin of this software must not be misrepresented; you must not
15 * claim that you wrote the original software. If you use this software
16 * in a product, an acknowledgment in the product documentation would be
17 * appreciated but is not required.
18 * 2. Altered source versions must be plainly marked as such, and must not be
19 * misrepresented as being the original software.
20 * 3. This notice may not be removed or altered from any source distribution.
7 */ 21 */
8 22
9#ifndef NO_UNDERLINE 23#ifndef NO_UNDERLINE