Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fixed Point Arithmetic] Fixed Point Subtraction | Leonard Chan | 2019-01-16 | 1 | -0/+390 |
This patch covers subtraction between fixed point types and other fixed point types or integers, using the conversion rules described in 4.1.4 of N1169. Differential Revision: https://reviews.llvm.org/D55844 llvm-svn: 351371 |