From owner-svn-ports-all@freebsd.org Sat Oct 7 00:19:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4181FE24030; Sat, 7 Oct 2017 00:19:56 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BF1875513; Sat, 7 Oct 2017 00:19:56 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v970Jtfe045556; Sat, 7 Oct 2017 00:19:55 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v970Jt5h045553; Sat, 7 Oct 2017 00:19:55 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201710070019.v970Jt5h045553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Sat, 7 Oct 2017 00:19:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451422 - head/devel/libclc X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: head/devel/libclc X-SVN-Commit-Revision: 451422 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2017 00:19:56 -0000 Author: jmd Date: Sat Oct 7 00:19:54 2017 New Revision: 451422 URL: https://svnweb.freebsd.org/changeset/ports/451422 Log: devel/libclc: update to more recent snapshot. Includes int64 atomics, popcnt, and recip among smaller changes from the last 6+ months of development. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D12522 Modified: head/devel/libclc/Makefile head/devel/libclc/distinfo head/devel/libclc/pkg-plist Modified: head/devel/libclc/Makefile ============================================================================== --- head/devel/libclc/Makefile Sat Oct 7 00:17:31 2017 (r451421) +++ head/devel/libclc/Makefile Sat Oct 7 00:19:54 2017 (r451422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libclc -DISTVERSION= 0.3.0.20170225 +DISTVERSION= 0.3.0.20170927 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org @@ -17,7 +17,7 @@ BUILD_DEPENDS= llvm${LLVMVER}>=4.0:devel/llvm${LLVMVER USE_GITHUB= yes GH_ACCOUNT= llvm-mirror -GH_TAGNAME= 17648cd +GH_TAGNAME= 81f74b2 # ninja based build is broken since commit 598792bc (16 sep 2016) USES= gmake python:2.7,build gmake Modified: head/devel/libclc/distinfo ============================================================================== --- head/devel/libclc/distinfo Sat Oct 7 00:17:31 2017 (r451421) +++ head/devel/libclc/distinfo Sat Oct 7 00:19:54 2017 (r451422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491069402 -SHA256 (llvm-mirror-libclc-0.3.0.20170225-17648cd_GH0.tar.gz) = 6dc87f14b3d928be657f0656eb58f4481e015dd85a4d62042a15955193349a3d -SIZE (llvm-mirror-libclc-0.3.0.20170225-17648cd_GH0.tar.gz) = 132518 +TIMESTAMP = 1506535396 +SHA256 (llvm-mirror-libclc-0.3.0.20170927-81f74b2_GH0.tar.gz) = d1436fda242d19d3d19f05a4068fa6310cbfe0f523c2fcd567b83be1f00db89a +SIZE (llvm-mirror-libclc-0.3.0.20170927-81f74b2_GH0.tar.gz) = 137560 Modified: head/devel/libclc/pkg-plist ============================================================================== --- head/devel/libclc/pkg-plist Sat Oct 7 00:17:31 2017 (r451421) +++ head/devel/libclc/pkg-plist Sat Oct 7 00:19:54 2017 (r451422) @@ -30,6 +30,17 @@ include/clc/cl_khr_global_int32_extended_atomics/atom_ include/clc/cl_khr_global_int32_extended_atomics/atom_min.h include/clc/cl_khr_global_int32_extended_atomics/atom_or.h include/clc/cl_khr_global_int32_extended_atomics/atom_xor.h +include/clc/cl_khr_int64_base_atomics/atom_add.h +include/clc/cl_khr_int64_base_atomics/atom_cmpxchg.h +include/clc/cl_khr_int64_base_atomics/atom_dec.h +include/clc/cl_khr_int64_base_atomics/atom_inc.h +include/clc/cl_khr_int64_base_atomics/atom_sub.h +include/clc/cl_khr_int64_base_atomics/atom_xchg.h +include/clc/cl_khr_int64_extended_atomics/atom_and.h +include/clc/cl_khr_int64_extended_atomics/atom_max.h +include/clc/cl_khr_int64_extended_atomics/atom_min.h +include/clc/cl_khr_int64_extended_atomics/atom_or.h +include/clc/cl_khr_int64_extended_atomics/atom_xor.h include/clc/cl_khr_local_int32_base_atomics/atom_add.h include/clc/cl_khr_local_int32_base_atomics/atom_cmpxchg.h include/clc/cl_khr_local_int32_base_atomics/atom_dec.h @@ -43,8 +54,8 @@ include/clc/cl_khr_local_int32_extended_atomics/atom_o include/clc/cl_khr_local_int32_extended_atomics/atom_xor.h include/clc/clc.h include/clc/clcfunc.h +include/clc/clcmacros.h include/clc/clctypes.h -include/clc/clcversion.h include/clc/common/degrees.h include/clc/common/degrees.inc include/clc/common/mix.h @@ -57,6 +68,7 @@ include/clc/common/smoothstep.inc include/clc/common/step.h include/clc/common/step.inc include/clc/convert.h +include/clc/explicit_fence/explicit_memory_fence.h include/clc/float/definitions.h include/clc/geometric/cross.h include/clc/geometric/distance.h @@ -98,12 +110,14 @@ include/clc/integer/mul24.h include/clc/integer/mul24.inc include/clc/integer/mul_hi.h include/clc/integer/mul_hi.inc +include/clc/integer/popcount.h include/clc/integer/rhadd.h include/clc/integer/rhadd.inc include/clc/integer/rotate.h include/clc/integer/rotate.inc include/clc/integer/sub_sat.h include/clc/integer/sub_sat.inc +include/clc/integer/unary_intrin.inc include/clc/integer/upsample.h include/clc/math/acos.h include/clc/math/acos.inc @@ -197,6 +211,7 @@ include/clc/math/native_log.inc include/clc/math/native_log2.h include/clc/math/native_log2.inc include/clc/math/native_powr.h +include/clc/math/native_recip.h include/clc/math/native_rsqrt.h include/clc/math/native_sin.h include/clc/math/native_sqrt.h @@ -227,6 +242,8 @@ include/clc/math/tgamma.inc include/clc/math/trunc.h include/clc/math/unary_decl.inc include/clc/math/unary_intrin.inc +include/clc/misc/shuffle.h +include/clc/misc/shuffle2.h include/clc/relational/all.h include/clc/relational/any.h include/clc/relational/binary_decl.inc