[libc-commits] [libc] [libc][math][c23] add performance tests for fmul (PR #106262)
via libc-commits
libc-commits at lists.llvm.org
Tue Aug 27 21:08:01 PDT 2024
================
@@ -16,15 +16,14 @@
namespace LIBC_NAMESPACE_DECL {
namespace testing {
-
-template <typename T> class BinaryOpSingleOutputPerf {
----------------
lntue wrote:
Can you change `T` and `R` to `OutputType/InputType` across the board?
https://github.com/llvm/llvm-project/pull/106262
More information about the libc-commits
mailing list