Commit 2534eb35 authored by jochen@chromium.org's avatar jochen@chromium.org

Introduce CPU(ARM64)

BUG=354405
R=ager@chromium.org

Review URL: https://codereview.chromium.org/209843002

git-svn-id: svn://svn.chromium.org/blink/trunk@169846 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 6a5fc66d
...@@ -180,4 +180,10 @@ ...@@ -180,4 +180,10 @@
#endif /* ARM */ #endif /* ARM */
/* CPU(ARM64) - AArch64 64-bit */
#if defined(__aarch64__)
#define WTF_CPU_ARM64 1
#define WTF_CPU_64BIT 1
#endif
#endif /* WTF_CPU_h */ #endif /* WTF_CPU_h */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment