[PATCH] D85911: libclc: spirv: Add various functions

Jan Vesely via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 9 23:27:39 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG060c8e083dd6: libclc/spirv: Add various functions (authored by daniels, committed by jvesely).

Changed prior to commit:
  https://reviews.llvm.org/D85911?vs=285383&id=290878#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85911/new/

https://reviews.llvm.org/D85911

Files:
  libclc/spirv/lib/SOURCES
  libclc/spirv64/lib/SOURCES


Index: libclc/spirv64/lib/SOURCES
===================================================================
--- libclc/spirv64/lib/SOURCES
+++ libclc/spirv64/lib/SOURCES
@@ -41,6 +41,10 @@
 ../../generic/lib/math/exp2.cl
 ../../generic/lib/math/clc_exp10.cl
 ../../generic/lib/math/exp10.cl
+../../generic/lib/math/clc_fma.cl
+math/fma.cl
+../../generic/lib/math/clc_fmod.cl
+../../generic/lib/math/fmod.cl
 ../../generic/lib/math/fract.cl
 ../../generic/lib/math/frexp.cl
 ../../generic/lib/math/half_rsqrt.cl
@@ -48,6 +52,8 @@
 ../../generic/lib/math/clc_hypot.cl
 ../../generic/lib/math/hypot.cl
 ../../generic/lib/math/ilogb.cl
+../../generic/lib/math/clc_ldexp.cl
+../../generic/lib/math/ldexp.cl
 ../../generic/lib/math/lgamma.cl
 ../../generic/lib/math/lgamma_r.cl
 ../../generic/lib/math/log.cl
Index: libclc/spirv/lib/SOURCES
===================================================================
--- libclc/spirv/lib/SOURCES
+++ libclc/spirv/lib/SOURCES
@@ -41,6 +41,10 @@
 ../../generic/lib/math/exp2.cl
 ../../generic/lib/math/clc_exp10.cl
 ../../generic/lib/math/exp10.cl
+../../generic/lib/math/clc_fma.cl
+math/fma.cl
+../../generic/lib/math/clc_fmod.cl
+../../generic/lib/math/fmod.cl
 ../../generic/lib/math/fract.cl
 ../../generic/lib/math/frexp.cl
 ../../generic/lib/math/half_rsqrt.cl
@@ -48,6 +52,8 @@
 ../../generic/lib/math/clc_hypot.cl
 ../../generic/lib/math/hypot.cl
 ../../generic/lib/math/ilogb.cl
+../../generic/lib/math/clc_ldexp.cl
+../../generic/lib/math/ldexp.cl
 ../../generic/lib/math/lgamma.cl
 ../../generic/lib/math/lgamma_r.cl
 ../../generic/lib/math/log.cl


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85911.290878.patch
Type: text/x-patch
Size: 1588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200910/3d5c3e63/attachment.bin>


More information about the llvm-commits mailing list