[ 原始碼: fxdiv ]
套件:libfxdiv-dev(0.0~git20200417.b408327-4)
libfxdiv-dev 的相關連結
Debian 的資源:
下載原始碼套件 fxdiv:
- [fxdiv_0.0~git20200417.b408327-4.dsc]
- [fxdiv_0.0~git20200417.b408327.orig.tar.xz]
- [fxdiv_0.0~git20200417.b408327-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.