f1c812e4fc
Most work by Biorn, some testing by pval and me.
13 lines
522 B
Plaintext
13 lines
522 B
Plaintext
$OpenBSD: patch-mp3lib_dct64_k7_c,v 1.2 2002/06/27 22:03:49 espie Exp $
|
|
--- mp3lib/dct64_k7.c.orig Fri May 24 03:56:01 2002
|
|
+++ mp3lib/dct64_k7.c Wed Jun 12 23:13:35 2002
|
|
@@ -382,7 +382,7 @@ void __attribute__ (( __stdcall__ )) dct
|
|
|
|
" movd "MANGLE(plus_1f)", %%mm6\n\t"
|
|
" punpckldq 120(%%ebx), %%mm6\n\t" /* mm6 = 1.0 | 120(%%ebx)*/
|
|
-" movq x_plus_minus_3dnow, %%mm7\n\t" /* mm7 = +1 | -1 */
|
|
+" movq _x_plus_minus_3dnow, %%mm7\n\t" /* mm7 = +1 | -1 */
|
|
|
|
" movq 32(%%ecx), %%mm0\n\t"
|
|
" movq 64(%%ecx), %%mm2\n\t"
|