From 73ab2965363713f9a0ccec3666724a60329e6ea3 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Wed, 14 Aug 2013 11:43:52 +0000 Subject: ARM Skia NEON patches - 04 - Clean SkFixed / SkLONGLONG It removes SkLONGLONG and uses int64_t to implement the SkFixed operations for which a SkLONGLONG version existed. It also removes the 32 bit version that are being replaced. BUG= R=djsollen@google.com, reed@google.com Author: kevin.petit.arm@gmail.com Review URL: https://chromiumcodereview.appspot.com/18539004 git-svn-id: http://skia.googlecode.com/svn/trunk@10705 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/config/SkUserConfig.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/config') diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h index 236a99a03e..e78205db48 100644 --- a/include/config/SkUserConfig.h +++ b/include/config/SkUserConfig.h @@ -103,13 +103,6 @@ //#define SK_UINT8_BITFIELD_BENDIAN //#define SK_UINT8_BITFIELD_LENDIAN - -/* Some compilers don't support long long for 64bit integers. If yours does - not, define this to the appropriate type. - */ -//#define SkLONGLONG int64_t - - /* To write debug messages to a console, skia will call SkDebugf(...) following printf conventions (e.g. const char* format, ...). If you want to redirect this to something other than printf, define yours here -- cgit v1.2.3