diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2015-05-08 23:28:44 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2015-05-08 23:28:44 +0000 |
commit | 2ddfa0c5b2b8026cd4d6981da2cfd4ab03026d7c (patch) | |
tree | c6604552f525d60f46ea74ea3e7b682fcc19f57f /libclc/generic/lib/SOURCES | |
parent | a6ad6d3cc9187e487dacb319fd082336dfd6be22 (diff) | |
download | bcm5719-llvm-2ddfa0c5b2b8026cd4d6981da2cfd4ab03026d7c.tar.gz bcm5719-llvm-2ddfa0c5b2b8026cd4d6981da2cfd4ab03026d7c.zip |
Implement half_rsqrt builtin v3
This is a generic implementation which just calls rsqrt.
Targets should override this if they want a faster implementation.
v2:
- Alphabettize SOURCES
v3 (Jan Vesely):
Limit to single precision types.
llvm-svn: 236915
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 1b34da70146..d4cb8b86b15 100644 --- a/libclc/generic/lib/SOURCES +++ b/libclc/generic/lib/SOURCES @@ -82,6 +82,7 @@ math/fmax.cl math/fmin.cl math/fmod.cl math/fract.cl +math/half_rsqrt.cl math/half_sqrt.cl math/hypot.cl math/clc_ldexp.cl |