[Bug 268292] [New port] math/vdt: Fast and inline implementations of mathematical functions

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 25 Dec 2022 09:48:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268292

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #3 from Nuno Teixeira <eduardo@FreeBSD.org> ---
(In reply to Nuno Teixeira from comment #2)
(...)

pkg-descr is related to devel/root port and a new description needs to be
created to this port:

---
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.
---
for example.

-- 
You are receiving this mail because:
You are the assignee for the bug.