Y
Hacker News
new
|
ask
|
show
|
jobs
by
stassats
262 days ago
That fix has limited applicability. x * x is also a non-negative float. But abs(x * x) is not optimized. Or abs(abs(x)+1). GCC, for example, does know that.