C++ Logo

std-proposals

Advanced search

Re: [std-proposals] for loop enhancement

From: Sebastian Wittmeier <wittmeier_at_[hidden]>
Date: Fri, 14 Mar 2025 18:07:37 +0100
> 2. Forcing unroll with a keyword and not `#pragma` That won't work. Unrolling or not is not covered by the C++ standard. That belongs into the domain of the implementation (and its compiler and optimizer). Even the inline keyword for functions does not any longer mean inlining or not. zig may allow lower-level control. So does assembler.

Received on 2025-03-14 17:12:46