Skip to content

Commit

Permalink
Bug 1486068 - add aarch64 windows cases to ycbcr's chromium_types.h; …
Browse files Browse the repository at this point in the history
…r=jrmuizel
  • Loading branch information
froydnj committed Aug 28, 2018
1 parent 5e07cc5 commit 5b13d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/ycbcr/chromium_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define ARCH_CPU_SPARC_FAMILY 1
#define ARCH_CPU_SPARC 1
#define ARCH_CPU_64_BITS 1
#elif defined(__aarch64__)
#elif defined(__aarch64__) || defined(_M_ARM64)
#define ARCH_CPU_AARCH64_FAMILY 1
#define ARCH_CPU_AARCH64 1
#define ARCH_CPU_64_BITS 1
Expand Down

0 comments on commit 5b13d58

Please sign in to comment.