[libclc] branch master updated (f66b7a1 -> ee906d9)

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


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

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

      from  f66b7a1   releasing package libclc version 0.2.0+git20170213-1
       new  a2593ed   math: Add native_tan as wrapper to tan
       new  7558561   .gitignore: Ignore amdgcn-mesa object directory
       new  17648cd   math: Implement sinh function
       new  da057dc   Merge branch 'upstream'
       new  c15a8a2   Update changelog
       new  ee906d9   Close bug #857710

The 6 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 +
 debian/changelog                                |  7 ++
 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 ++++++++++++-------------
 8 files changed, 65 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