Ticket #62027: patch-qtwebkit-Platform.h.diff

File patch-qtwebkit-Platform.h.diff, 341 bytes (added by jhoyt4, 3 years ago)
  • Source/WTF/wtf/Platform.h

    old new  
    186186
    187187#endif
    188188
     189/* CPU(ARM64) - Apple */
     190#if (defined(__arm64__) && defined(__APPLE__)) || defined(__aarch64__)
     191#define WTF_CPU_ARM64 1
     192#endif
     193
    189194/* CPU(ARM) - ARM, any version*/
    190195#define WTF_ARM_ARCH_AT_LEAST(N) (CPU(ARM) && WTF_ARM_ARCH_VERSION >= N)
    191196