Y
Hacker News
new
|
ask
|
show
|
jobs
by
robin_reala
2900 days ago
How does that perform in comparison?
1 comments
brandmeyer
2900 days ago
rsqrt{p,s}s has guaranteed relative error <= 1.5 * 2^-12, or about 3.6e-4. According to Agner Fog, it typically executes in one cycle. I would assume that the AVX512 versions are similar.
link