[libc-commits] [compiler-rt] [libc] [compiler-rt][builtins] add libc-backed double/float-to-int builtins (PR #207543)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Mon Jul 6 02:17:24 PDT 2026
================
@@ -0,0 +1,22 @@
+//===-- lib/fixdfdi.cpp - libc-backed __fixdfdi -----------------*- 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
+//
+//===----------------------------------------------------------------------===//
+//
+// __fixdfdi implemented on top of LLVM-libc's shared::fixdfdi.
----------------
kaladron wrote:
Please use the \file declaration here for doxygen to pick up. https://llvm.org/docs/CodingStandards.html#file-headers
Also, the top line should be just --'s an have no emacs file header.
(Here and below)
https://github.com/llvm/llvm-project/pull/207543
More information about the libc-commits
mailing list