|
Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
|
#include <CodeBuilder.h>
Public Attributes | |
| bool | Unroll = false |
| std::optional< int > | UnrollCount |
Hints that control loop transformation metadata emitted by the code builder. Extensible for future hints (tiling, vectorization, etc.).
| bool proteus::LoopHints::Unroll = false |
| std::optional<int> proteus::LoopHints::UnrollCount |