[libc-commits] [PATCH] D117028: [libc] Add multithreading support for exhaustive testing and MPFRUtils.
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jan 11 16:32:42 PST 2022
michaelrj added inline comments.
================
Comment at: libc/utils/UnitTest/FPMatcher.cpp:70-71
template void describeValue<float>(const char *, float,
testutils::StreamWrapper &);
template void describeValue<double>(const char *, double,
----------------
do these templates still work with the new code? It looks like you replaced the function they were using.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117028/new/
https://reviews.llvm.org/D117028
More information about the libc-commits
mailing list