diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-12-16 14:17:40 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-12-16 14:17:40 +0000 |
commit | 3c12840b234e614faf569e80f311a77ce65d9fe0 (patch) | |
tree | e1b5f9d9fa466f477412476d7fffcfe2943b4f29 /include/core | |
parent | 96f5fa02e996e39179f2eb88d57e8ed6114b06c5 (diff) |
remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOAT, assume its always false stop respecting SK_SCALAR_SLOW_COMPARES, assume its always false
BUG=
R=caryclark@google.com
Review URL: https://codereview.chromium.org/116183002
git-svn-id: http://skia.googlecode.com/svn/trunk@12686 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkPostConfig.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h index efb119fe4b..395ece89f1 100644 --- a/include/core/SkPostConfig.h +++ b/include/core/SkPostConfig.h @@ -139,16 +139,6 @@ /////////////////////////////////////////////////////////////////////////////// -#if defined(SK_SOFTWARE_FLOAT) && defined(SK_SCALAR_IS_FLOAT) - // if this is defined, we convert floats to 2s compliment ints for compares. -# ifndef SK_SCALAR_SLOW_COMPARES -# define SK_SCALAR_SLOW_COMPARES -# endif -# ifndef SK_USE_FLOATBITS -# define SK_USE_FLOATBITS -# endif -#endif - #ifdef SK_BUILD_FOR_WIN # ifndef WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN |