summaryrefslogtreecommitdiff
path: root/contrib/masmx86/gvmat32.asm
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/masmx86/gvmat32.asm')
-rw-r--r--contrib/masmx86/gvmat32.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/masmx86/gvmat32.asm b/contrib/masmx86/gvmat32.asm
index 874bb2d..8111616 100644
--- a/contrib/masmx86/gvmat32.asm
+++ b/contrib/masmx86/gvmat32.asm
@@ -14,7 +14,7 @@
14; 14;
15; this file contain two implementation of longest_match 15; this file contain two implementation of longest_match
16; 16;
17; longest_match_7fff : written 1996 by Gilles Vollant optimized for 17; longest_match_7fff : written 1996 by Gilles Vollant optimized for
18; first Pentium. Assume s->w_mask == 0x7fff 18; first Pentium. Assume s->w_mask == 0x7fff
19; longest_match_686 : written by Brian raiter (1998), optimized for Pentium Pro 19; longest_match_686 : written by Brian raiter (1998), optimized for Pentium Pro
20; 20;
@@ -39,7 +39,7 @@
39; 39;
40; compile the asm file running 40; compile the asm file running
41; ml /coff /Zi /c /Flgvmat32.lst /DNOOLDPENTIUMCODE gvmat32.asm 41; ml /coff /Zi /c /Flgvmat32.lst /DNOOLDPENTIUMCODE gvmat32.asm
42; and do not include gvmat32c.c in your project (ou define also 42; and do not include gvmat32c.c in your project (ou define also
43; NOOLDPENTIUMCODE) 43; NOOLDPENTIUMCODE)
44; 44;
45; note : as I known, longest_match_686 is very faster than longest_match_7fff 45; note : as I known, longest_match_686 is very faster than longest_match_7fff
@@ -113,7 +113,7 @@ IFDEF NOUNDERLINE
113 IFDEF NOOLDPENTIUMCODE 113 IFDEF NOOLDPENTIUMCODE
114 public longest_match 114 public longest_match
115 public match_init 115 public match_init
116 ELSE 116 ELSE
117 public longest_match_7fff 117 public longest_match_7fff
118 public cpudetect32 118 public cpudetect32
119 public longest_match_686 119 public longest_match_686
@@ -959,7 +959,7 @@ IFDEF NOOLDPENTIUMCODE
959 _match_init proc near 959 _match_init proc near
960 ret 960 ret
961 _match_init endp 961 _match_init endp
962 ENDIF 962 ENDIF
963ELSE 963ELSE
964 IFDEF NOUNDERLINE 964 IFDEF NOUNDERLINE
965 longest_match_686 endp 965 longest_match_686 endp