[libc-commits] [libc] [libc] Add sinpif16 function (PR #110994)
via libc-commits
libc-commits at lists.llvm.org
Mon Oct 7 02:05:54 PDT 2024
================
@@ -0,0 +1,197 @@
+//===-- Half-precision sinpif function ------------------------------------===//
+//
+// 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 "src/math/sinpif16.h"
----------------
overmighty wrote:
Nit: we usually have a blank line right after the file header.
```suggestion
//===----------------------------------------------------------------------===//
#include "src/math/sinpif16.h"
```
https://github.com/llvm/llvm-project/pull/110994
More information about the libc-commits
mailing list