diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2015-03-23 17:01:37 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2015-03-23 17:01:37 +0000 |
commit | d2a15598461db035f940db17d2389731d101c65f (patch) | |
tree | ab4baf6ee4aefe9e1aef799331a108373d79cb1d /libclc/generic/lib/SOURCES | |
parent | 551a669e8050470b70798474e1829e8b2edb9185 (diff) | |
download | bcm5719-llvm-d2a15598461db035f940db17d2389731d101c65f.tar.gz bcm5719-llvm-d2a15598461db035f940db17d2389731d101c65f.zip |
Implement half_sqrt builtin v2
This is a generic implementation which just calls sqrt. Targets should
override this if they want a faster implementation.
v2:
- Alphabetize SOURCES
llvm-svn: 232965
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 f1d3053c754..d41974a2437 100644 --- a/libclc/generic/lib/SOURCES +++ b/libclc/generic/lib/SOURCES @@ -70,6 +70,7 @@ math/exp10.cl math/fmax.cl math/fmin.cl math/fmod.cl +math/half_sqrt.cl math/hypot.cl math/log10.cl math/log1p.cl |