Date: Sat, 17 Aug 2019 18:26:14 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509161 - in head/devel: . psimd Message-ID: <201908171826.x7HIQEw3095712@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Aug 17 18:26:14 2019 New Revision: 509161 URL: https://svnweb.freebsd.org/changeset/ports/509161 Log: New port: devel/psimd: Portable 128-bit SIMD intrinsics Added: head/devel/psimd/ head/devel/psimd/Makefile (contents, props changed) head/devel/psimd/distinfo (contents, props changed) head/devel/psimd/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Aug 17 18:19:35 2019 (r509160) +++ head/devel/Makefile Sat Aug 17 18:26:14 2019 (r509161) @@ -3966,6 +3966,7 @@ SUBDIR += protobuf25 SUBDIR += protozero SUBDIR += pructl + SUBDIR += psimd SUBDIR += psptoolchain SUBDIR += psptoolchain-binutils SUBDIR += psptoolchain-gcc-stage1 Added: head/devel/psimd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/psimd/Makefile Sat Aug 17 18:26:14 2019 (r509161) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= psimd +PORTVERSION= g20180906 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Portable 128-bit SIMD intrinsics + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake +USE_GITHUB= yes +GH_ACCOUNT= Maratyszcza +GH_TAGNAME= 90a938f + +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= include/psimd.h + +.include <bsd.port.mk> Added: head/devel/psimd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/psimd/distinfo Sat Aug 17 18:26:14 2019 (r509161) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566066147 +SHA256 (Maratyszcza-psimd-g20180906-90a938f_GH0.tar.gz) = 3d4fff46dc0add6d23ac9948933eafd4dc86f1ef41ae3e8b3b13c767c9a71b4d +SIZE (Maratyszcza-psimd-g20180906-90a938f_GH0.tar.gz) = 6181 Added: head/devel/psimd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/psimd/pkg-descr Sat Aug 17 18:26:14 2019 (r509161) @@ -0,0 +1,4 @@ +psimd is a portable header-only zero-overhead C++ wrapper around +single-instruction multiple-data (SIMD) 128-bit intrinsics. + +WWW: https://github.com/Maratyszcza/psimd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908171826.x7HIQEw3095712>