aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--src/opts/opts_check_x86.cpp13
2 files changed, 14 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 893569c3b4..a6ade42986 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -30,6 +30,7 @@ Opera Software ASA <*@opera.com>
Pavel Krajcevski <pavel@cs.unc.edu>
Samsung <*@samsung.com>
Samsung Open Source Group <*@osg.samsung.com>
+Sergey Melnikov <Melnikov.Sergey.V@gmail.com>
Skia <*@skia.org>
Skia Buildbots <skia.buildbots@gmail.com>
Sony Mobile Communications Inc. <*@sonymobile.com>
diff --git a/src/opts/opts_check_x86.cpp b/src/opts/opts_check_x86.cpp
index 0ee78c51f3..e0e84f3786 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