←back to thread

103 points vortex_ape | 1 comments | | HN request time: 0.231s | source
Show context
ThatGuyRaion ◴[] No.42742391[source]
So is this potentially performance improving?.
replies(2): >>42742494 #>>42742719 #
1. not2b ◴[] No.42742719[source]
Usually people are interested in branchless implementations for cryptography applications, to avoid timing side channels (though you then have to make sure that the generated instructions don't have different timing for different input values), and will pay some time penalty if they have to.