summaryrefslogtreecommitdiff
path: root/libclc
diff options
context:
space:
mode:
authorKévin Petit <kpet@free.fr>2023-02-13 21:24:13 +0000
committerKévin Petit <kpet@free.fr>2023-02-13 21:27:40 +0000
commitf11ab8353f972647f276b07c24d1308859fbde0d (patch)
treeb1c136b3ff9bf784752a9f1510c18001e1be0a97 /libclc
parent807d43239a5fe0bb93d64925393bb99abbd81a92 (diff)
downloadllvm-f11ab8353f972647f276b07c24d1308859fbde0d.tar.gz
libclc: remove sqrt/rsqrt from clspv SOURCES
https://reviews.llvm.org/D134040 Patch by: Aaron Greig <aaron.greig@codeplay.com>
Diffstat (limited to 'libclc')
-rw-r--r--libclc/clspv/lib/SOURCES3
1 files changed, 0 insertions, 3 deletions
diff --git a/libclc/clspv/lib/SOURCES b/libclc/clspv/lib/SOURCES
index 0466345cee02..cae33c38472b 100644
--- a/libclc/clspv/lib/SOURCES
+++ b/libclc/clspv/lib/SOURCES
@@ -18,7 +18,6 @@ math/nextafter.cl
../../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 @@ math/nextafter.cl
../../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