[libc-commits] [libc] [libc] Create a separate proxy header for math-function-macros.h (PR #98430)
via libc-commits
libc-commits at lists.llvm.org
Sat Jul 27 19:54:30 PDT 2024
lntue wrote:
> @lntue do you have any idea why there are some erros with undeclared identifier? I see the file FPBits.h is included.
The failure in `explogxf_test` is because the fully qualified name for `FPBits` template is `LIBC_NAMESPACE::fputil::FPBits<T>`, which is not defined / aliased in that test.
https://github.com/llvm/llvm-project/pull/98430
More information about the libc-commits
mailing list