[libc-commits] [PATCH] D147759: [libc][math] Update range reduction step for log2f and improve its performance.
Paul Zimmermann via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Apr 7 00:08:11 PDT 2023
zimmermann6 requested changes to this revision.
zimmermann6 added a comment.
This revision now requires changes to proceed.
I get an error at compilation:
/localdisk/zimmerma/llvm-project/libc/src/math/generic/log2f.cpp:149:48: error: use of undeclared identifier 'R'
static_cast<double>(R[index]), -1.0); // Exact
^
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147759/new/
https://reviews.llvm.org/D147759
More information about the libc-commits
mailing list