[Scummvm-cvs-logs] CVS: scummvm/doc 09.tex,1.6,1.7

Eugene Sandulenko sev at users.sourceforge.net
Thu May 20 19:09:04 CEST 2004


Update of /cvsroot/scummvm/scummvm/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1090/doc

Modified Files:
	09.tex 
Log Message:
Added assembly versions of HQ2x and HQ3x scalers.


Index: 09.tex
===================================================================
RCS file: /cvsroot/scummvm/scummvm/doc/09.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- 09.tex	21 Mar 2004 01:21:41 -0000	1.6
+++ 09.tex	21 May 2004 02:08:48 -0000	1.7
@@ -13,6 +13,11 @@
 USE\_MAD. Tools for compressing .SOU files to .SO3 files can be
 found in the 'tools' CVS module, or in the 'scummvm-tools' package.
 
+Some parts of ScummVM, particularly scalers, have highly optimized versions 
+written in assembler. If you wish to use this option, you will need to install 
+nasm assembler (see \url{http://nasm.sf.net}). Note, that currently we have only x86
+MMX optimized versions, and they will not compile on other processors.
+
 On Win9x/NT/XP you can define USE\_WINDBG and attach WinDbg to browse debug 
 messages (see \url{http://www.sysinternals.com/ntw2k/freeware/debugview.shtml}).
 





More information about the Scummvm-git-logs mailing list