From f8d1aee2526a384a570b082b17f3a19fe72bd15e Mon Sep 17 00:00:00 2001 From: "bungeman@google.com" Date: Thu, 2 Feb 2012 19:15:21 +0000 Subject: Open type table definitions. http://codereview.appspot.com/5577064/ git-svn-id: http://skia.googlecode.com/svn/trunk@3131 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/config/SkUserConfig.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/config') diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h index f0fa8417bc..75e929203c 100644 --- a/include/config/SkUserConfig.h +++ b/include/config/SkUserConfig.h @@ -86,6 +86,15 @@ //#define SK_CPU_BENDIAN //#define SK_CPU_LENDIAN +/* Most compilers use the same bit endianness for bit flags in a byte as the + system byte endianness, and this is the default. If for some reason this + needs to be overridden, specify which of the mutually exclusive flags to + use. For example, some atom processors in certain configurations have big + endian byte order but little endian bit orders. +*/ +//#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. -- cgit v1.2.3