Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix defs of "fast_length" and "fast_normalize"
It appears that these function definitions were incorrectly transcribed from OpenCL. In OpenCL, they rely on the half-precision versions of `sqrt` and `rsqrt`, not the overloads that take `half` types. Closes internal issue 656.
- Loading branch information