fxdiv 0.0~git20200417.b408327-4 source package in Ubuntu

Changelog

fxdiv (0.0~git20200417.b408327-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

 -- Mo Zhou <email address hidden>  Fri, 18 Aug 2023 14:23:35 -0400

Upload details

Uploaded by:
Debian Deep Learning Team
Uploaded to:
Sid
Original maintainer:
Debian Deep Learning Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
fxdiv_0.0~git20200417.b408327-4.dsc 2.0 KiB dabdcfe7300587612cffd1ce7eb7ba6e1fd1082059750a071acd9f4f968609a7
fxdiv_0.0~git20200417.b408327.orig.tar.xz 8.6 KiB 7953482badaf4cb34026c3487c257b8e4ab2df061c019bd6fabbbc12ad52c44b
fxdiv_0.0~git20200417.b408327-4.debian.tar.xz 2.7 KiB 8a2379bd1ad8803b8b52706de7db9d1b60a101924a2ae60bb545df79115487ad

No changes file available.

Binary packages built by this source

libfxdiv-dev: division via fixed-point multiplication by inverse

 On modern CPUs and GPUs integer division is several times slower than
 multiplication. FXdiv implements an algorithm to replace an integer division
 with a multiplication and two shifts. This algorithm improves performance when
 an application performs repeated divisions by the same divisor.
 .
 This is a header-only library.