[libc-commits] [libc] [libc] add FXBits class (PR #82065)

via libc-commits libc-commits at lists.llvm.org
Fri Feb 16 15:54:40 PST 2024


================
@@ -0,0 +1,82 @@
+//===-- Unittests for the FXBits class ------------------------------------===//
+//
+// 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 "include/llvm-libc-macros/stdfix-macros.h"
+
+#include "src/__support/fixed_point/fx_bits.h"
+// #include "src/__support/FPUtil/fx_bits_str.h"
----------------
lntue wrote:

remove?

https://github.com/llvm/llvm-project/pull/82065


More information about the libc-commits mailing list