Index: src/opts/opts_check_x86.cpp |
diff --git a/src/opts/opts_check_x86.cpp b/src/opts/opts_check_x86.cpp |
index 0ee78c51f3c8878b16186b65a267341fffc0f99f..e0e84f378654f220b1ae6b7206c5fc00d54b1639 100644 |
--- a/src/opts/opts_check_x86.cpp |
+++ b/src/opts/opts_check_x86.cpp |
@@ -15,6 +15,19 @@ |
#include "SkOncePtr.h" |
#include "SkRTConf.h" |
+ |
+/* |
+ ***************************************** |
+ *********This file is deprecated********* |
+ ***************************************** |
+ * New CPU-specific work should be done in |
+ * SkOpts framework. Run-time detection of |
+ * available instruction set extensions is |
+ * implemented in src/core/SkOpts.cpp file |
+ ***************************************** |
+ */ |
+ |
+ |
#if defined(_MSC_VER) && defined(_WIN64) |
#include <intrin.h> |
#endif |