[libc-commits] [libc] [libc] Add mpfr tests for fmul. (PR #97376)
via libc-commits
libc-commits at lists.llvm.org
Mon Jul 1 20:21:58 PDT 2024
================
@@ -147,6 +148,11 @@ template <typename T> struct IsTernaryInput<TernaryInput<T>> {
static constexpr bool VALUE = true;
};
+
+template <typename T> struct IsBinaryInput<BinaryInput<T>> {
+ static constexpr bool VALUE = true;
+};
+
----------------
lntue wrote:
This is not needed.
https://github.com/llvm/llvm-project/pull/97376
More information about the libc-commits
mailing list