summaryrefslogtreecommitdiff
path: root/generic/lib/SOURCES
diff options
context:
space:
mode:
authorJan Vesely <jan.vesely@rutgers.edu>2016-05-06 18:02:30 +0000
committerJan Vesely <jan.vesely@rutgers.edu>2016-05-06 18:02:30 +0000
commit78dd721a566299f0de7c517d121e0f482814eb13 (patch)
tree7d9d2d2c1fda5245e9b68aaa5ef61177be3e3642 /generic/lib/SOURCES
parent9fee821ecd0a5104f17557ba66c2a58cd01948bc (diff)
math: Add erf ported from amd-builtins
The scalar float/double function bodies are a direct copy/paste, aside from the removed (optional) code in float function body that requires subnormals. reviewers: jvesely Patch by: Vedran Miletić <rivanvx@gmail.com> git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@268766 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'generic/lib/SOURCES')
-rw-r--r--generic/lib/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/lib/SOURCES b/generic/lib/SOURCES
index db069ab..c099553 100644
--- a/generic/lib/SOURCES
+++ b/generic/lib/SOURCES
@@ -77,6 +77,7 @@ math/copysign.cl
math/cos.cl
math/cospi.cl
math/ep_log.cl
+math/erf.cl
math/erfc.cl
math/exp.cl
math/exp_helper.cl