Chromium Code Reviews| 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(); |