Skip to content

Commit 7f7759e

Browse files
committed
Add link to the issue.
1 parent 1718201 commit 7f7759e

File tree

1 file changed

+2
-0
lines changed
  • libc/src/__support/fixed_point

1 file changed

+2
-0
lines changed

libc/src/__support/fixed_point/sqrt.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ struct SqrtConfig<unsigned accum> : SqrtConfig<unsigned long fract> {};
6767
// {0x1.08p-1uhr, 0x1.fp-2uhr}, {0x1.04p-1uhr, 0x1.f8p-2uhr},
6868
// };
6969
// We are using their storage type instead.
70+
// TODO(https://github.com/llvm/llvm-project/issues/83050): Use fixed point
71+
// array when the bug is fixed.
7072
static constexpr uint8_t SQRT_FIRST_APPROX[12][2] = {
7173
{244, 67}, {221, 74}, {202, 81}, {186, 88}, {176, 93}, {167, 98},
7274
{159, 103}, {153, 107}, {145, 113}, {140, 117}, {132, 124}, {130, 126},

0 commit comments

Comments
 (0)