▲ | remcob 9 hours ago | |||||||
Did you verify this through disassembly? These loops can still be replaced by a closed form expression and I wouldn’t be surprised if LLVM figured this out. | ||||||||
▲ | Dylan16807 8 hours ago | parent [-] | |||||||
If it turned the inner loop into a closed form expression, I would expect the outer loop to go through 10k iterations a lot faster than needing half a second. | ||||||||
|