Hacker News
new
past
comments
ask
show
jobs
points
by
dheera
21 hours ago
|
comments
by
yongjik
18 hours ago
|
[-]
If your input is an arbitrary float, you need to check for denormals (and maybe NaNs). You can do bitmasking trick to avoid conditional jumps but I'm skeptical you can do it faster than SIMD multiply instruction.
reply