
Hacker News: Front Page
shared a link post in group #Stream of Goodies
1f6042.blogspot.com
std::clamp still generates less efficient assembly than std::min(max, std::max(min, v)) on GCC and Clang
I originally wrote this blog post in 2019 (or maybe 2018 - my timestamps say that it was written before 1 May 2019). Recently I decided to r...