KhronosGroup/SYCL-Docs

"Inverse square root" should be "reciprocal square root"

Opened this issue · 0 comments

The inverse of sqrt(x) is x * x (see here).

What SYCL calls "inverse square root" should really be referred to as "reciprocal square root" (see here).