[libc-commits] [libc] [libc][math][c23] Add hypotf16() function (PR #131991)
Tejas Vipin via libc-commits
libc-commits at lists.llvm.org
Tue Mar 25 09:52:58 PDT 2025
================
@@ -0,0 +1,27 @@
+//===-- Unittests for hypotf16 --------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "HypotTest.h"
+#include "hypotf16_hard_to_round.h"
----------------
meltq wrote:
Isn't it still useful to have hard to round cases for it to be run during the normal `check-libc` test? Running exhaustive tests on my system takes around 40 minutes with all the types of rounding, so hard_to_round seems like a good intermediary set of tests someone could run while changing the implementation before running exhaustive tests.
https://github.com/llvm/llvm-project/pull/131991
More information about the libc-commits
mailing list