comparison mp3lib/dct64_3dnow.c @ 8236:7e2ca93330d0

forgotten mangle patch by (Bj«Órn Sandell <biorn at dce dot chalmers dot se>)
author michael
date Tue, 19 Nov 2002 23:35:51 +0000
parents 82a03c17f314
children 5403367c7032
comparison
equal deleted inserted replaced
8235:b290d8c76e07 8236:7e2ca93330d0
502 /* Phase 6. This is the end of easy road. */ 502 /* Phase 6. This is the end of easy road. */
503 /* Code below is coded in scalar mode. Should be optimized */ 503 /* Code below is coded in scalar mode. Should be optimized */
504 504
505 " movd "MANGLE(plus_1f)", %%mm6\n\t" 505 " movd "MANGLE(plus_1f)", %%mm6\n\t"
506 " punpckldq 120(%%ebx), %%mm6\n\t" /* mm6 = 1.0 | 120(%%ebx)*/ 506 " punpckldq 120(%%ebx), %%mm6\n\t" /* mm6 = 1.0 | 120(%%ebx)*/
507 " movq x_plus_minus_3dnow, %%mm7\n\t" /* mm7 = +1 | -1 */ 507 " movq "MANGLE(x_plus_minus_3dnow)", %%mm7\n\t" /* mm7 = +1 | -1 */
508 508
509 " movq 32(%%ecx), %%mm0\n\t" 509 " movq 32(%%ecx), %%mm0\n\t"
510 " movq 64(%%ecx), %%mm2\n\t" 510 " movq 64(%%ecx), %%mm2\n\t"
511 " movq %%mm0, %%mm1\n\t" 511 " movq %%mm0, %%mm1\n\t"
512 " movq %%mm2, %%mm3\n\t" 512 " movq %%mm2, %%mm3\n\t"