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

Unified Diff: Source/wtf/text/ASCIIFastPath.h

Issue 14810003: Move CPU() macro to it's own header from wtf/Platform.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move CPU() macro to it's own header from wtf/Platform.h Created 7 years, 7 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 | « Source/wtf/dtoa/utils.h ('k') | Source/wtf/wtf.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/text/ASCIIFastPath.h
diff --git a/Source/wtf/text/ASCIIFastPath.h b/Source/wtf/text/ASCIIFastPath.h
index 0120bb8b6b3dfbb391142bf64c82779f5181fc04..91ba2b88592e3aead99099a40c2122ccbbd59099 100644
--- a/Source/wtf/text/ASCIIFastPath.h
+++ b/Source/wtf/text/ASCIIFastPath.h
@@ -22,13 +22,15 @@
#ifndef ASCIIFastPath_h
#define ASCIIFastPath_h
+#include "wtf/Alignment.h"
+#include "wtf/CPU.h"
+#include "wtf/StdLibExtras.h"
+#include "wtf/unicode/Unicode.h"
+#include <stdint.h>
+
#if OS(DARWIN) && (CPU(X86) || CPU(X86_64))
#include <emmintrin.h>
#endif
-#include <stdint.h>
-#include <wtf/Alignment.h>
-#include <wtf/StdLibExtras.h>
-#include <wtf/unicode/Unicode.h>
namespace WTF {
« no previous file with comments | « Source/wtf/dtoa/utils.h ('k') | Source/wtf/wtf.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698