14 lines
677 B
14 lines
677 B
10 months ago
|
Index: chromium-120.0.6099.71/third_party/skia/src/core/SkRasterPipeline.h
|
||
|
===================================================================
|
||
|
--- chromium-120.0.6099.71.orig/third_party/skia/src/core/SkRasterPipeline.h
|
||
|
+++ chromium-120.0.6099.71/third_party/skia/src/core/SkRasterPipeline.h
|
||
|
@@ -24,7 +24,7 @@ enum SkColorType : int;
|
||
|
struct SkImageInfo;
|
||
|
struct skcms_TransferFunction;
|
||
|
|
||
|
-#if __has_cpp_attribute(clang::musttail) && !defined(__EMSCRIPTEN__) && !defined(SK_CPU_ARM32)
|
||
|
+#if __has_cpp_attribute(clang::musttail) && !defined(__EMSCRIPTEN__) && !defined(SK_CPU_ARM32) && !defined(__powerpc64__)
|
||
|
#define SK_HAS_MUSTTAIL 1
|
||
|
#else
|
||
|
#define SK_HAS_MUSTTAIL 0
|