office-gobmx/external/skia/always_inline_and_multiversioning_conflict.patch.1

13 lines
587 B
Groff
Raw Normal View History

diff -ur skia.org/src/opts/SkOpts_SetTarget.h skia/src/opts/SkOpts_SetTarget.h
--- skia.org/src/opts/SkOpts_SetTarget.h 2024-10-07 14:32:40.495792300 +0200
+++ skia/src/opts/SkOpts_SetTarget.h 2024-10-07 14:45:58.375485000 +0200
@@ -58,6 +58,8 @@
// Each of the specific intrinsic headers also checks to ensure that immintrin.h has been
// included, so do that here, first.
#if defined(__clang__) && defined(_MSC_VER)
+ // workaround for https://github.com/llvm/llvm-project/issues/95133
+ #define __RTMINTRIN_H
#include <immintrin.h>
#endif