[libc-commits] [libc] [libc][stdfix] Implement fixed point fxbits functions in llvm-libc (PR #114912)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Wed Nov 6 15:49:58 PST 2024


================
@@ -0,0 +1,54 @@
+//===-- Utility class to test int to fixed point conversions ----*- C++ -*-===//
+//
+// 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 "test/UnitTest/Test.h"
+
+#include "include/llvm-libc-macros/stdfix-macros.h"
----------------
michaelrj-google wrote:

this should go through a proxy header. Does one exist for `stdfix-macros.h`?

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


More information about the libc-commits mailing list