[all-commits] [llvm/llvm-project] 25d50a: [libc][Obvious] Fix a mismatch signature of HighPr...
lntue via All-commits
all-commits at lists.llvm.org
Thu Feb 3 19:36:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25d50a00c5f81196d98613169179aed58653d8bf
https://github.com/llvm/llvm-project/commit/25d50a00c5f81196d98613169179aed58653d8bf
Author: Tue Ly <lntue at google.com>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M libc/src/__support/high_precision_decimal.h
Log Message:
-----------
[libc][Obvious] Fix a mismatch signature of HighPrecisionDecimal::should_round_up.
Its input should be int32_t instead of uint32_t.
Reviewed By: michaelrj, sivachandra
Differential Revision: https://reviews.llvm.org/D118791
More information about the All-commits
mailing list