diff options
| author | Jan Vesely <jan.vesely@rutgers.edu> | 2015-01-30 18:00:34 +0000 |
|---|---|---|
| committer | Jan Vesely <jan.vesely@rutgers.edu> | 2015-01-30 18:00:34 +0000 |
| commit | 51702e6e7539afabe8cf34b11bd6b6974e203054 (patch) | |
| tree | d2ad3e5cfc6c49122e5d26dfba945f6c1a5a0106 /libclc/generic/lib/SOURCES | |
| parent | 206d1160ce52769b579c4392b4208e39962dc951 (diff) | |
| download | bcm5719-llvm-51702e6e7539afabe8cf34b11bd6b6974e203054.tar.gz bcm5719-llvm-51702e6e7539afabe8cf34b11bd6b6974e203054.zip | |
Implement log10
v2: Use constant and multiplication instead of division
v3: Use hex constants
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 227585
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 b76fec98f63..1032606c518 100644 --- a/libclc/generic/lib/SOURCES +++ b/libclc/generic/lib/SOURCES @@ -63,6 +63,7 @@ math/fmax.cl math/fmin.cl math/fmod.cl math/hypot.cl +math/log10.cl math/log1p.cl math/mad.cl math/mix.cl |

