<div dir="ltr"><div dir="ltr"><div dir="ltr">On Sun, Mar 17, 2019 at 1:57 PM Florian Klämpfl <<a href="mailto:florian@freepascal.org">florian@freepascal.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
How is it better than intrinsics support (similiar to gcc/icc etc.)?<br></blockquote><div><br></div><div>Well, it wouldn't be better than a literal equivalent to those intriniscs, if that's what we're talking about. By which I mean, like, say how in Clang/GCC (or languages such as Rust that use LLVM), if you do _mm_loadl_pd or whatever, that translates not to a function call but directly to the "inlined" assembler instructions (at least in release builds.) </div></div></div></div>