diff alpha/dsputil_alpha.c @ 1465:52254c2f9cae libavcodec

Use asms instead of builtins when compiling for generic Alpha. Less ugly.
author mellum
date Sat, 13 Sep 2003 10:07:46 +0000
parents a1cc1810d58f
children dea5b2946999
line wrap: on
line diff
--- a/alpha/dsputil_alpha.c	Sat Sep 13 02:31:03 2003 +0000
+++ b/alpha/dsputil_alpha.c	Sat Sep 13 10:07:46 2003 +0000
@@ -54,8 +54,6 @@
     int i = 8;
     uint64_t clampmask = zap(-1, 0xaa); /* 0x00ff00ff00ff00ff */
 
-    ASM_ACCEPT_MVI;
-
     do {
         uint64_t shorts0, shorts1;
 
@@ -84,8 +82,6 @@
     uint64_t signmask  = zap(-1, 0x33);
     signmask ^= signmask >> 1;  /* 0x8000800080008000 */
 
-    ASM_ACCEPT_MVI;
-
     do {
         uint64_t shorts0, pix0, signs0;
         uint64_t shorts1, pix1, signs1;