14 lines
633 B
14 lines
633 B
8 months ago
|
Index: chromium-125.0.6422.41/third_party/skia/src/core/SkRasterPipeline.h
|
||
|
===================================================================
|
||
|
--- chromium-125.0.6422.41.orig/third_party/skia/src/core/SkRasterPipeline.h
|
||
|
+++ chromium-125.0.6422.41/third_party/skia/src/core/SkRasterPipeline.h
|
||
|
@@ -27,7 +27,7 @@ struct SkImageInfo;
|
||
|
struct skcms_TransferFunction;
|
||
|
|
||
|
#if __has_cpp_attribute(clang::musttail) && !defined(__EMSCRIPTEN__) && !defined(SK_CPU_ARM32) && \
|
||
|
- !defined(SK_CPU_LOONGARCH)
|
||
|
+ !defined(SK_CPU_LOONGARCH) && !defined(__powerpc64__)
|
||
|
#define SK_HAS_MUSTTAIL 1
|
||
|
#else
|
||
|
#define SK_HAS_MUSTTAIL 0
|