Date: Wed, 14 Jan 2026 18:00:37 +0100
> On 14 Jan 2026, at 16:34, Thiago Macieira via Std-Proposals <std-proposals_at_[hidden]> wrote:
>
> What Hans has to show and has so far failed to do is that it would be
> *impossible* for LLVM to match the performance of his code, providing a reason
> why that would be the case.
It looks difficult to do in C in the absence of templates, unlike C++ then, because the code should be expanded statically for pipelining, even though there are suggestions in this thread that it might be possible.
>
> What Hans has to show and has so far failed to do is that it would be
> *impossible* for LLVM to match the performance of his code, providing a reason
> why that would be the case.
It looks difficult to do in C in the absence of templates, unlike C++ then, because the code should be expanded statically for pipelining, even though there are suggestions in this thread that it might be possible.
Received on 2026-01-14 17:01:07
