[libc-commits] [libc] [libc][math] Fix exact cases for powf. (PR #91488)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Wed May 8 20:33:49 PDT 2024


================
@@ -528,7 +528,7 @@ LLVM_LIBC_FUNCTION(float, powf, (float x, float y)) {
   // So if |y| > 151 * 2^24, and x is finite:
   //   |y * log2(x)| = 0 or > 151.
----------------
SchrodingerZhu wrote:

I am not sure whether this comment needs to be updated

https://github.com/llvm/llvm-project/pull/91488


More information about the libc-commits mailing list