commit | 90beba4928928b8ad47f0a3c5fb77385b1b65beb | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Wed Jan 18 15:28:13 2023 -0500 |
committer | Kevin Lubick <kjlubick@google.com> | Fri Jan 20 13:18:43 2023 +0000 |
tree | 25ca57f2c19b1ad07f7d13622402e6101ccef84c | |
parent | 975af3ff434db70f5e2dab5e395d4ec6f7d2cbb5 [diff] |
Replace SkDCubeRoot with std::cbrt Unless there's a good reason for it, we should not need to roll our own cube root algorithm. Change-Id: I0c99fd5690c5a08c8922e1a0dbc0767445443dbb Reviewed-on: https://skia-review.googlesource.com/c/skia/+/631421 Reviewed-by: Michael Ludwig <michaelludwig@google.com>