diff options
Diffstat (limited to 'graphics/mplayer/patches/patch-aw')
-rw-r--r-- | graphics/mplayer/patches/patch-aw | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/graphics/mplayer/patches/patch-aw b/graphics/mplayer/patches/patch-aw deleted file mode 100644 index 951b19a5ebb..00000000000 --- a/graphics/mplayer/patches/patch-aw +++ /dev/null @@ -1,56 +0,0 @@ ---- mp3lib/decode_i586.s.orig Sat Feb 24 23:31:11 2001 -+++ mp3lib/decode_i586.s Mon Jul 30 21:20:02 2001 -@@ -1,28 +1,28 @@ --/ --/ mpg123_synth_1to1 works the same way as the c version of this --/ file. only two types of changes have been made: --/ - reordered floating point instructions to --/ prevent pipline stalls --/ - made WRITE_SAMPLE use integer instead of --/ (slower) floating point --/ all kinds of x86 processors should benefit from these --/ modifications. --/ --/ useful sources of information on optimizing x86 code include: --/ --/ Intel Architecture Optimization Manual --/ http://www.intel.com/design/pentium/manuals/242816.htm --/ --/ Cyrix 6x86 Instruction Set Summary --/ ftp://ftp.cyrix.com/6x86/6x-dbch6.pdf --/ --/ AMD-K5 Processor Software Development --/ http://www.amd.com/products/cpg/techdocs/appnotes/20007e.pdf --/ --/ Stefan Bieschewski <stb@acm.org> --/ --/ $Id: patch-aw,v 1.1.1.1 2001/12/21 23:38:53 zuntum Exp $ --/ -+# -+# mpg123_synth_1to1 works the same way as the c version of this -+# file. only two types of changes have been made: -+# - reordered floating point instructions to -+# prevent pipline stalls -+# - made WRITE_SAMPLE use integer instead of -+# (slower) floating point -+# all kinds of x86 processors should benefit from these -+# modifications. -+# -+# useful sources of information on optimizing x86 code include: -+# -+# Intel Architecture Optimization Manual -+# http://www.intel.com/design/pentium/manuals/242816.htm -+# -+# Cyrix 6x86 Instruction Set Summary -+# ftp://ftp.cyrix.com/6x86/6x-dbch6.pdf -+# -+# AMD-K5 Processor Software Development -+# http://www.amd.com/products/cpg/techdocs/appnotes/20007e.pdf -+# -+# Stefan Bieschewski <stb@acm.org> -+# -+# MPlayer Id: decode_i586.s,v 1.1.1.1 2001/02/24 20:31:11 arpi_esp Exp -+# - .bss - .comm buffs,4352,4 - .data |