Remove a few occurences of "long long" from the libraries.

This commit is contained in:
Carl Eugen Hoyos
2015-06-13 09:28:41 +02:00
parent 178ba1fd03
commit 3323c5f353
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1383,7 +1383,7 @@ DERING_CORE((%0, %1, 8) ,(%%REGd, %1, 4),%%mm2,%%mm4,%%mm0,%%mm3,%%mm5,%%mm1,
#ifdef DEBUG_DERING_THRESHOLD
__asm__ volatile("emms\n\t":);
{
static long long numPixels=0;
static uint64_t numPixels=0;
if(x!=1 && x!=8 && y!=1 && y!=8) numPixels++;
// if((max-min)<20 || (max-min)*QP<200)
// if((max-min)*QP < 500)