| Index: include/config/SkUserConfig.h
|
| diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h
|
| index 236a99a03e2bfce3e2dc55cb5f0a58b9e864766d..5cd381d74c9fb90b8b49d010c7653ed3983e5f2c 100644
|
| --- a/include/config/SkUserConfig.h
|
| +++ b/include/config/SkUserConfig.h
|
| @@ -45,14 +45,6 @@
|
| //#define SK_SCALAR_IS_FIXED
|
|
|
|
|
| -/* For some performance-critical scalar operations, skia will optionally work
|
| - around the standard float operators if it knows that the CPU does not have
|
| - native support for floats. If your environment uses software floating point,
|
| - define this flag.
|
| - */
|
| -//#define SK_SOFTWARE_FLOAT
|
| -
|
| -
|
| /* Skia has lots of debug-only code. Often this is just null checks or other
|
| parameter checking, but sometimes it can be quite intrusive (e.g. check that
|
| each 32bit pixel is in premultiplied form). This code can be very useful
|
|
|