aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA18
1 files changed, 7 insertions, 11 deletions
diff --git a/METADATA b/METADATA
index 8360525..f0b139b 100644
--- a/METADATA
+++ b/METADATA
@@ -1,13 +1,5 @@
name: "FXdiv"
-description:
- "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."
-
+description: "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."
third_party {
url {
type: HOMEPAGE
@@ -17,7 +9,11 @@ third_party {
type: GIT
value: "https://github.com/Maratyszcza/FXdiv"
}
- version: "fd804a929fc64be9e40ee58bb51ed9f9cac98244"
- last_upgrade_date { year: 2020 month: 2 day: 3 }
+ version: "561254d968e5679460e6a0a743206410284d9f46"
license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 4
+ day: 13
+ }
}