Fix rounding of fixed-point constants where fractional digits should carry into integer part (#2088)

This commit is contained in:
Rangi
2026-09-14 13:52:39 -04:00
committed by GitHub
parent 7746ddbf2b
commit d082f24a2d
5 changed files with 48 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
warning: Magnitude of fixed-point constant is too large [-Wlarge-constant]
at fixed-point-carry.asm(5)
warning: Magnitude of fixed-point constant is too large [-Wlarge-constant]
at fixed-point-carry.asm(11)
warning: Magnitude of fixed-point constant is too large [-Wlarge-constant]
at fixed-point-carry.asm(17)