Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: src/core/SkOpts.h

Issue 1884683002: SkFloatConvert (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/core/SkHalf.h ('k') | src/core/SkOpts.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkOpts.h
diff --git a/src/core/SkOpts.h b/src/core/SkOpts.h
index 398904782676e036b0cacedbd7fd9858165db1e8..b5f5de0984c5a1f26b75397b0898f1073c44209e 100644
--- a/src/core/SkOpts.h
+++ b/src/core/SkOpts.h
@@ -21,6 +21,8 @@ namespace SkOpts {
// Called by SkGraphics::Init(), and automatically #if SK_ALLOW_STATIC_GLOBAL_INITIALIZERS.
void Init();
+ extern bool has_f16c;
reed1 2016/04/12 18:47:26 nit: gHas_f16c -- just to make reading it at each
+
// Declare function pointers here...
// May return nullptr if we haven't specialized the given Mode.
« no previous file with comments | « src/core/SkHalf.h ('k') | src/core/SkOpts.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698