FreeBSD Bugzilla – Attachment 239018 Details for
Bug 268292
[New port] math/vdt: Fast and inline implementations of mathematical functions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
vdt reformated again
vdt-publish.txt (text/plain), 2.03 KB, created by
Erik Jensen
on 2022-12-25 12:20:36 UTC
(
hide
)
Description:
vdt reformated again
Filename:
MIME Type:
Creator:
Erik Jensen
Created:
2022-12-25 12:20:36 UTC
Size:
2.03 KB
patch
obsolete
>diff --git a/math/vdt/Makefile b/math/vdt/Makefile >new file mode 100644 >index 000000000000..91a154e5d92b >--- /dev/null >+++ b/math/vdt/Makefile >@@ -0,0 +1,19 @@ >+PORTNAME= vdt >+DISTVERSIONPREFIX= v >+DISTVERSION= 0.4.4 >+CATEGORIES= math devel science >+ >+MAINTAINER= erik@tenku.dk >+COMMENT= Fast and inline implementations of mathematical functions >+WWW= https://github.com/dpiparo/vdt >+ >+LICENSE= LGPL3+ >+LICENSE_FILE= ${WRKSRC}/Licence.txt >+ >+USES= cmake >+USE_GITHUB= yes >+GH_ACCOUNT= dpiparo >+ >+CMAKE_OFF= SSE >+ >+.include <bsd.port.mk> >diff --git a/math/vdt/distinfo b/math/vdt/distinfo >new file mode 100644 >index 000000000000..67c3424ab6ac >--- /dev/null >+++ b/math/vdt/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1671959994 >+SHA256 (dpiparo-vdt-v0.4.4_GH0.tar.gz) = 8b1664b45ec82042152f89d171dd962aea9bb35ac53c8eebb35df1cb9c34e498 >+SIZE (dpiparo-vdt-v0.4.4_GH0.tar.gz) = 59957 >diff --git a/math/vdt/pkg-descr b/math/vdt/pkg-descr >new file mode 100644 >index 000000000000..3550173eba89 >--- /dev/null >+++ b/math/vdt/pkg-descr >@@ -0,0 +1,10 @@ >+vectorised math: >+ - A collection of fast and inline implementations of mathematical functions. >+ - The functions can be used in autovectorised loops. >+ - Double and single precision implementations are available. >+ - No overhead present, no intrinsics used. >+ - A scalar (T(T)) and array signature (void(const unsigned int,T*,T*)) are provided. >+ >+Born and developed at CERN, it is used, among the others, by LHC experiments and the Geant4 simulation toolkit. >+ >+Much of the VDT code is inspired by the well known Cephes mathematical library. >diff --git a/math/vdt/pkg-plist b/math/vdt/pkg-plist >new file mode 100644 >index 000000000000..dec5a69b02ec >--- /dev/null >+++ b/math/vdt/pkg-plist >@@ -0,0 +1,16 @@ >+include/vdt/asin.h >+include/vdt/atan.h >+include/vdt/tanh.h >+include/vdt/atan2.h >+include/vdt/cos.h >+include/vdt/exp.h >+include/vdt/identity.h >+include/vdt/inv.h >+include/vdt/log.h >+include/vdt/sincos.h >+include/vdt/sin.h >+include/vdt/sqrt.h >+include/vdt/tan.h >+include/vdt/vdtcore_common.h >+include/vdt/vdtMath.h >+lib/libvdt.so
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 268292
:
238683
|
239014
| 239018