[libclc] 18/21: Merge branch 'upstream'

Andreas Boll aboll-guest at moszumanska.debian.org
Mon Feb 13 13:58:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

aboll-guest pushed a commit to branch master
in repository libclc.

commit 5964c924c5e17fefb3d1568eb85dbd71dcb98fb8
Merge: 8c299ca 8d72021
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Mon Feb 13 14:49:35 2017 +0200

    Merge branch 'upstream'

 amdgcn-amdhsa/lib/OVERRIDES                        |   1 +
 amdgcn-amdhsa/lib/SOURCES                          |   2 +
 amdgcn-amdhsa/lib/workitem/get_global_size.ll      |  39 ++
 amdgcn-amdhsa/lib/workitem/get_num_groups.cl       |  12 +
 amdgpu/lib/math/nextafter.cl                       |   5 +
 configure.py                                       |  10 +-
 generic/include/clc/clc.h                          |   6 +
 generic/include/clc/math/expm1.h                   |   9 +
 generic/include/clc/math/lgamma.h                  |   2 +
 generic/include/clc/math/lgamma.inc                |   1 +
 generic/include/clc/math/lgamma_r.h                |   2 +
 generic/include/clc/math/lgamma_r.inc              |   3 +
 generic/include/clc/math/logb.h                    |   2 +
 generic/include/clc/math/logb.inc                  |   1 +
 generic/include/clc/math/native_rsqrt.h            |   1 +
 generic/include/clc/math/tgamma.h                  |   3 +
 generic/include/clc/math/tgamma.inc                |   1 +
 generic/include/clc/shared/vstore.h                |   2 +-
 generic/lib/SOURCES                                |   6 +
 .../cl_khr_global_int32_base_atomics/atom_dec.cl   |   2 +-
 .../cl_khr_global_int32_base_atomics/atom_inc.cl   |   2 +-
 .../cl_khr_local_int32_base_atomics/atom_dec.cl    |   2 +-
 .../cl_khr_local_int32_base_atomics/atom_inc.cl    |   2 +-
 generic/lib/clcmacro.h                             |  39 +-
 generic/lib/math/clc_nextafter.cl                  |  52 +--
 generic/lib/math/expm1.cl                          | 142 ++++++
 generic/lib/math/{tables.h => lgamma.cl}           |  47 +-
 generic/lib/math/lgamma_r.cl                       |  11 +
 generic/lib/math/lgamma_r.inc                      | 500 +++++++++++++++++++++
 generic/lib/math/logb.cl                           |  31 ++
 generic/lib/math/tables.cl                         | 138 ++++++
 generic/lib/math/tables.h                          |   2 +
 generic/lib/math/{tables.h => tgamma.cl}           |  64 +--
 generic/lib/shared/vstore.cl                       |  53 ++-
 generic/lib/shared/vstore_half.inc                 |  12 +-
 generic/lib/shared/vstore_half_helpers.ll          |  35 ++
 utils/prepare-builtins.cpp                         |  12 +-
 37 files changed, 1116 insertions(+), 138 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list