[libclc] c1efd8b - [libclc][NFC] Delete two unused headers
Fraser Cormack via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 1 06:54:57 PDT 2025
Author: Fraser Cormack
Date: 2025-04-01T14:54:50+01:00
New Revision: c1efd8b663b7db3c717fae8a1991dcc4b8304c8f
URL: https://github.com/llvm/llvm-project/commit/c1efd8b663b7db3c717fae8a1991dcc4b8304c8f
DIFF: https://github.com/llvm/llvm-project/commit/c1efd8b663b7db3c717fae8a1991dcc4b8304c8f.diff
LOG: [libclc][NFC] Delete two unused headers
These should have been deleted when the respective builtins were moved
to the CLC library.
Added:
Modified:
Removed:
libclc/generic/include/math/clc_exp10.h
libclc/generic/include/math/clc_tanpi.h
################################################################################
diff --git a/libclc/generic/include/math/clc_exp10.h b/libclc/generic/include/math/clc_exp10.h
deleted file mode 100644
index b789410d6f2ac..0000000000000
--- a/libclc/generic/include/math/clc_exp10.h
+++ /dev/null
@@ -1,12 +0,0 @@
-//===----------------------------------------------------------------------===//
-//
-// 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
-//
-//===----------------------------------------------------------------------===//
-
-#define __CLC_FUNCTION __clc_exp10
-#define __CLC_BODY <clc/math/unary_decl.inc>
-#include <clc/math/gentype.inc>
-#undef __CLC_FUNCTION
diff --git a/libclc/generic/include/math/clc_tanpi.h b/libclc/generic/include/math/clc_tanpi.h
deleted file mode 100644
index 0f7d825dd1483..0000000000000
--- a/libclc/generic/include/math/clc_tanpi.h
+++ /dev/null
@@ -1,13 +0,0 @@
-//===----------------------------------------------------------------------===//
-//
-// 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
-//
-//===----------------------------------------------------------------------===//
-
-#define __CLC_FUNCTION __clc_tanpi
-#define __CLC_BODY <clc/math/unary_decl.inc>
-#include <clc/math/gentype.inc>
-#undef __CLC_BODY
-#undef __CLC_FUNCTION
More information about the cfe-commits
mailing list