blob: 83605251bf26ee610ccfee42d33d36b6b4ba5abf [file] [log] [blame]
Miao Wang320f7012020-02-10 15:08:18 -08001name: "FXdiv"
2description:
3 "Header-only library for division via fixed-point multiplication by inverse "
4 " "
5 "On modern CPUs and GPUs integer division is several times slower than "
6 "multiplication. FXdiv implements an algorithm to replace an integer "
7 "division with a multiplication and two shifts. This algorithm improves "
8 "performance when an application performs repeated divisions by the same "
9 "divisor."
10
11third_party {
12 url {
13 type: HOMEPAGE
14 value: "https://github.com/Maratyszcza/FXdiv"
15 }
16 url {
17 type: GIT
18 value: "https://github.com/Maratyszcza/FXdiv"
19 }
20 version: "fd804a929fc64be9e40ee58bb51ed9f9cac98244"
21 last_upgrade_date { year: 2020 month: 2 day: 3 }
22 license_type: NOTICE
23}