13 lines
806 B
Diff
13 lines
806 B
Diff
diff -ur a/gfx/skia/skia/third_party/skcms/src/Transform_inl.h b/gfx/skia/skia/third_party/skcms/src/Transform_inl.h
|
|
--- a/gfx/skia/skia/third_party/skcms/src/Transform_inl.h 2022-05-27 08:37:14.642698922 +0300
|
|
+++ b/gfx/skia/skia/third_party/skcms/src/Transform_inl.h 2022-05-27 12:23:43.592185545 +0300
|
|
@@ -683,7 +683,7 @@
|
|
// GCC 7.2.0 hits an internal compiler error with -finline-functions (or -O3)
|
|
// when targeting MIPS 64, i386, or s390x, I think attempting to inline clut() into exec_ops().
|
|
#if 1 && defined(__GNUC__) && !defined(__clang__) \
|
|
- && (defined(__mips64) || defined(__i386) || defined(__s390x__))
|
|
+ && (defined(__arm__) || defined(__mips64) || defined(__i386) || defined(__s390x__))
|
|
#define MAYBE_NOINLINE __attribute__((noinline))
|
|
#else
|
|
#define MAYBE_NOINLINE
|