From 3c12840b234e614faf569e80f311a77ce65d9fe0 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Mon, 16 Dec 2013 14:17:40 +0000 Subject: 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 --- include/core/SkPostConfig.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include/core') 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 -- cgit v1.2.3