Language
C++
Compiler
gcc HEAD 16.0.0 20251223 (experimental)
Options
Warnings
Don't Use Boost
C++2b
no pedantic
Raw compiler options
-lstdc++exp
-g
$ g++ prog.cc -Wall -Wextra -std=c++2b -lstdc++exp -g--- Partial Unroll 示例 ---
total = 17, block size = 8
processing element 32
--- 测试 Lambda 早期退出 ---
32 (early exit)
Exit Code:
0