[libclc] branch upstream updated (8d72021 -> 17648cd)

Andreas Boll aboll-guest at moszumanska.debian.org
Thu Mar 30 10:23:09 UTC 2017


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

aboll-guest pushed a change to branch upstream
in repository libclc.

      from  8d72021   Move BufferPtr into the block where it it being used
       new  a2593ed   math: Add native_tan as wrapper to tan
       new  7558561   .gitignore: Ignore amdgcn-mesa object directory
       new  17648cd   math: Implement sinh function

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                      |  1 +
 generic/include/clc/clc.h                       |  2 +
 generic/include/clc/math/native_tan.h           | 10 +++
 generic/include/clc/math/{cosh.h => sinh.h}     |  2 +-
 generic/include/clc/math/{cosh.inc => sinh.inc} |  2 +-
 generic/lib/SOURCES                             |  1 +
 generic/lib/math/{cosh.cl => sinh.cl}           | 85 ++++++++++++-------------
 7 files changed, 58 insertions(+), 45 deletions(-)
 create mode 100644 generic/include/clc/math/native_tan.h
 copy generic/include/clc/math/{cosh.h => sinh.h} (96%)
 copy generic/include/clc/math/{cosh.inc => sinh.inc} (94%)
 copy generic/lib/math/{cosh.cl => sinh.cl} (70%)

-- 
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