diff options
| author | Jan Vesely <jan.vesely@rutgers.edu> | 2016-05-06 18:02:30 +0000 |
|---|---|---|
| committer | Jan Vesely <jan.vesely@rutgers.edu> | 2016-05-06 18:02:30 +0000 |
| commit | c374cb76f467f01a3f60740703f995a0e1f7a89a (patch) | |
| tree | 15e104584d151cee2ad78bbf3968cd099edefb05 /libclc/generic/lib/SOURCES | |
| parent | 84a0bf64a82ff7caead3c97093065d2a09f6e7d6 (diff) | |
| download | bcm5719-llvm-c374cb76f467f01a3f60740703f995a0e1f7a89a.tar.gz bcm5719-llvm-c374cb76f467f01a3f60740703f995a0e1f7a89a.zip | |
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>
llvm-svn: 268766
Diffstat (limited to 'libclc/generic/lib/SOURCES')
| -rw-r--r-- | libclc/generic/lib/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libclc/generic/lib/SOURCES b/libclc/generic/lib/SOURCES index db069ab3744..c099553d168 100644 --- a/libclc/generic/lib/SOURCES +++ b/libclc/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 |

