disable 64bit opt for now, as I debug skew failure in DRT
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 8 Mar 2012 20:48:28 +0000 (20:48 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 8 Mar 2012 20:48:28 +0000 (20:48 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@3349 2bbb7eff-a529-9590-31e7-b0007b416f81

src/core/SkBitmapProcState.h

index ccbe060..7556042 100644 (file)
@@ -13,7 +13,7 @@
 #include "SkBitmap.h"
 #include "SkMatrix.h"
 
-#define FractionalInt_IS_64BIT
+//#define FractionalInt_IS_64BIT
 
 #ifdef FractionalInt_IS_64BIT
     typedef SkFixed48    SkFractionalInt;