external/cairo/pixman/pixman-wasm.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a62cb6db8210771c487dd934158e01c3d2db77af Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Mon Feb 27 11:37:35 2023 +0200 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Mon Feb 27 10:55:10 2023 +0000 It seems to work to compile also the MMX code for WASM Change-Id: I27b56297a07e248102cae1bee4074b7be422ce23 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147875 Tested-by: Tor Lillqvist <t...@collabora.com> Reviewed-by: Tor Lillqvist <t...@collabora.com> diff --git a/external/cairo/pixman/pixman-wasm.patch b/external/cairo/pixman/pixman-wasm.patch index c76af875cd51..a04aa7ccca1b 100644 --- a/external/cairo/pixman/pixman-wasm.patch +++ b/external/cairo/pixman/pixman-wasm.patch @@ -45,7 +45,7 @@ { +#if defined(__EMSCRIPTEN__) + -+ return X86_SSE | X86_SSE2 | X86_SSSE3; ++ return X86_MMX | X86_MMX_EXTENSIONS | X86_SSE | X86_SSE2 | X86_SSSE3; + +#else uint32_t a, b, c, d;