[fpc-devel] Successful implementation of inline support forpure assembler routines on x86
Ben Grasset
operator97 at gmail.com
Mon Mar 18 02:57:07 CET 2019
On Sun, Mar 17, 2019 at 1:57 PM Florian Klämpfl <florian at freepascal.org>
wrote:
>
> How is it better than intrinsics support (similiar to gcc/icc etc.)?
>
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.)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20190317/ccff501a/attachment.html>
More information about the fpc-devel
mailing list