<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="line-break:after-white-space">
<div><br>
</div>
<div>The Ghostscript version reads (only 4 or 5 lines from the top)</div>
<div><br>
</div>
<div>
<p style="margin:0px;font-stretch:normal;line-height:normal;font-family:Menlo;color:rgb(100,56,32)">
<span style="font-variant-ligatures:no-common-ligatures">#if defined(_MSC_VER) && defined(_M_ARM64)</span></p>
<p style="margin:0px;font-stretch:normal;line-height:normal;font-family:Menlo;color:rgb(196,26,22)">
<span style="font-variant-ligatures:no-common-ligatures;color:#643820"># include
</span><span style="font-variant-ligatures:no-common-ligatures"><arm64_neon.h></span></p>
<p style="margin:0px;font-stretch:normal;line-height:normal;font-family:Menlo;color:rgb(100,56,32)">
<span style="font-variant-ligatures:no-common-ligatures">#else</span></p>
<p style="margin:0px;font-stretch:normal;line-height:normal;font-family:Menlo;color:rgb(196,26,22)">
<span style="font-variant-ligatures:no-common-ligatures;color:#643820"># include
</span><span style="font-variant-ligatures:no-common-ligatures"><arm_neon.h></span></p>
<p style="margin:0px;font-stretch:normal;line-height:normal;font-family:Menlo;color:rgb(100,56,32)">
<span style="font-variant-ligatures:no-common-ligatures">#endif</span></p>
<div><span style="font-variant-ligatures:no-common-ligatures"><br>
</span></div>
<div><span style="font-variant-ligatures:no-common-ligatures"><br>
</span></div>
<div><span style="font-variant-ligatures:no-common-ligatures">The corresponding TL code at the same spot reads</span></div>
<div><span style="font-variant-ligatures:no-common-ligatures"><br>
</span></div>
<div><span style="font-variant-ligatures:no-common-ligatures"><br>
</span></div>
<div><span style="font-variant-ligatures:no-common-ligatures">
<p style="margin:0px;font-stretch:normal;line-height:normal;font-family:Menlo;color:rgb(100,56,32)">
<span style="font-variant-ligatures:no-common-ligatures">#if defined(_MSC_VER) &&
</span><span style="font-variant-ligatures:no-common-ligatures;background-color:#a5cdff">!defined(__clang__) &&
</span><span style="font-variant-ligatures:no-common-ligatures">defined(_M_ARM64)</span></p>
<p style="margin:0px;font-stretch:normal;line-height:normal;font-family:Menlo;color:rgb(196,26,22)">
<span style="font-variant-ligatures:no-common-ligatures;color:#643820"># include
</span><span style="font-variant-ligatures:no-common-ligatures"><arm64_neon.h></span></p>
<p style="margin:0px;font-stretch:normal;line-height:normal;font-family:Menlo;color:rgb(100,56,32)">
<span style="font-variant-ligatures:no-common-ligatures">#else</span></p>
<p style="margin:0px;font-stretch:normal;line-height:normal;font-family:Menlo;color:rgb(196,26,22)">
<span style="font-variant-ligatures:no-common-ligatures;color:#643820"># include
</span><span style="font-variant-ligatures:no-common-ligatures"><arm_neon.h></span></p>
<p style="margin:0px;font-stretch:normal;line-height:normal;font-family:Menlo;color:rgb(100,56,32)">
<span style="font-variant-ligatures:no-common-ligatures">#endif</span></p>
<div><span style="font-variant-ligatures:no-common-ligatures"><br>
</span></div>
<div><span style="font-variant-ligatures:no-common-ligatures"><br>
</span></div>
<div><span style="font-variant-ligatures:no-common-ligatures">The Mac uses clang.</span></div>
<div><span style="font-variant-ligatures:no-common-ligatures"><br>
</span></div>
<div><span style="font-variant-ligatures:no-common-ligatures">Do you know why these are different? </span></div></span></div></div></div></blockquote></div><div dir="auto"><br></div><div dir="auto">Maybe Ghostscript builds had troubles with Microsoft Visual Studio MSVC compiler not being able to handle some intrinsics from the first file, so they hotfixed it.</div><div dir="auto"><br></div><div dir="auto">But that's only valid for Visual Studio. If anything, you might need a patch in the other direction that also works for macOS.</div><div dir="auto"><br></div><div dir="auto">Disclaimer: I did not check the files. And I would tend to blame build system files rather than sources themselves.</div><div dir="auto"><br></div><div dir="auto">Mojca</div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="line-break:after-white-space"><div>
<br>
</div>
</div>
</blockquote></div></div>