[libc-commits] [libc] [libc] Modify `truncf128` to use emulated Float128 type (PR #216560)
via libc-commits
libc-commits at lists.llvm.org
Tue Aug 18 20:20:03 PDT 2026
================
@@ -0,0 +1,18 @@
+//===-- Unittests for truncf128 -------------------------------------------===//
+//
+// 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 "TruncTest.h"
+
+#include "src/math/floorf128.h"
----------------
overmighty wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/216560
More information about the libc-commits
mailing list