Remove definition of LSB_FIRST in epx.cpp - defined in makefile

This commit is contained in:
Barry Harris 2012-01-27 20:10:48 +00:00
parent 4c8e5a4342
commit fb1bfea3b4
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ typedef unsigned long long uint64;
(((((((c1) & Mask_2) * 3) + ((c2) & Mask_2)) >> 2) & Mask_2) + \
((((((c1) & Mask13) * 3) + ((c2) & Mask13)) >> 2) & Mask13))))
#define LSB_FIRST
#ifdef LSB_FIRST
#define TWO_PIX(left,right) ((left) | ((right) << 16))
#define THREE_PIX(left,middle,right) uint48((left) | ((middle) << 16), (right))