Y
Hacker News
new
|
ask
|
show
|
jobs
by
smlckz
1926 days ago
If your compiler is optimizing for speed, you can you write the program in a way so that the compiler can unroll the loop and hopefully make it branchless as well
1 comments
djmips
1925 days ago
Check on Godbolt. Show us your code.
link