|
|
|
|
|
by karussell
17 days ago
|
|
Coincidentally a few days ago, also for a sorting algorithm, I stumbled over a situation where replacing the branchless cmov with branching instructions actually made the code 30% faster:
https://github.com/graphhopper/graphhopper/pull/3380
Or at least the AI explained it this way to me, but I'm unsure if this is correct. |
|