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

Unified Diff: media/base/cpu_features.h

Issue 7891039: Resubmit - Rewrite color space conversions suite using YASM" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | « no previous file | media/base/cpu_features_x86.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/cpu_features.h
diff --git a/media/base/cpu_features.h b/media/base/cpu_features.h
index c2762d8232afdf0f669f03e6008a620b86ec4089..0878385fe3a7a3c17ae6dbb7ef84481bdb717f39 100644
--- a/media/base/cpu_features.h
+++ b/media/base/cpu_features.h
@@ -10,6 +10,12 @@
namespace media {
+// Returns true if CPU has MMX support.
+bool hasMMX();
+
+// Returns true if CPU has SSE support.
+bool hasSSE();
+
// Returns true if CPU has SSE2 support.
bool hasSSE2();
« no previous file with comments | « no previous file | media/base/cpu_features_x86.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698