Source: sleef Section: math Homepage: https://sleef.org/ Rules-Requires-Root: no # Upstream-Git: https://github.com/shibatch/sleef Priority: optional Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/science-team/sleef.git Vcs-Browser: https://salsa.debian.org/science-team/sleef Maintainer: Debian Science Maintainers Uploaders: Mo Zhou Build-Depends: debhelper-compat (= 13), dh-exec, cmake, libmpfr-dev, libgmp-dev, libfftw3-dev, Package: libsleef-dev Section: libdevel Architecture: any Multi-Arch: same Depends: ${misc:Depends}, libsleef3 (= ${binary:Version}), Description: SLEEF Vectorized Math Library (development) SLEEF stands for SIMD Library for Evaluating Elementary Functions. It implements vectorized versions of all C99 real floating point math functions. It can utilize SIMD instructions of modern processors. SLEEF is designed to fully utilize SIMD computation by reducing the use of conditional branches and scatter/gather memory access. . The library contains subroutines for all C99 real FP math functions in double precision and single precision. SLEEF also includes subroutines for discrete Fourier transform(DFT). . This package ships development files. Package: libsleef3 Section: libs Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends}, Description: SLEEF Vectorized Math Library (libraries) SLEEF stands for SIMD Library for Evaluating Elementary Functions. It implements vectorized versions of all C99 real floating point math functions. It can utilize SIMD instructions of modern processors. SLEEF is designed to fully utilize SIMD computation by reducing the use of conditional branches and scatter/gather memory access. . The library contains subroutines for all C99 real FP math functions in double precision and single precision. SLEEF also includes subroutines for discrete Fourier transform(DFT). . This package ships the shared objects.