[PATCH] D134040: Remove sqrt and rsqrt related files from clspv libclc target SOURCES

Aaron Greig via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 16 06:31:56 PDT 2022


aarongreig created this revision.
Herald added a subscriber: jvesely.
Herald added a project: All.
aarongreig requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

As of https://github.com/google/clspv/pull/917 clspv now handles these builtins internally so they can be removed from the builtins library.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134040

Files:
  libclc/clspv/lib/SOURCES


Index: libclc/clspv/lib/SOURCES
===================================================================
--- libclc/clspv/lib/SOURCES
+++ libclc/clspv/lib/SOURCES
@@ -18,7 +18,6 @@
 ../../generic/lib/math/clc_remainder.cl
 ../../generic/lib/math/clc_remquo.cl
 ../../generic/lib/math/clc_rootn.cl
-../../generic/lib/math/clc_sqrt.cl
 ../../generic/lib/math/clc_tan.cl
 ../../generic/lib/math/erf.cl
 ../../generic/lib/math/erfc.cl
@@ -41,8 +40,6 @@
 ../../generic/lib/math/remainder.cl
 ../../generic/lib/math/remquo.cl
 ../../generic/lib/math/rootn.cl
-../../generic/lib/math/rsqrt.cl
-../../generic/lib/math/sqrt.cl
 ../../generic/lib/math/tables.cl
 ../../generic/lib/math/tanh.cl
 ../../generic/lib/math/tgamma.cl


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134040.460726.patch
Type: text/x-patch
Size: 713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220916/809b340a/attachment.bin>


More information about the llvm-commits mailing list