1name: "FXdiv" 2description: "Header-only library for 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." 3third_party { 4 url { 5 type: HOMEPAGE 6 value: "https://github.com/Maratyszcza/FXdiv" 7 } 8 url { 9 type: GIT 10 value: "https://github.com/Maratyszcza/FXdiv" 11 } 12 version: "63058eff77e11aa15bf531df5dd34395ec3017c8" 13 license_type: NOTICE 14 last_upgrade_date { 15 year: 2020 16 month: 12 17 day: 9 18 } 19} 20