Allow fixed-point constants to have unsigned range (#1084)

For example with Q.4, $F0 is 15.0, which no longer warns
This commit is contained in:
Rangi
2022-10-01 17:32:34 -04:00
committed by GitHub
parent a1107fc5cf
commit 106ad30e5a
5 changed files with 30 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
warning: fixed-point-magnitude.asm(12): [-Wlarge-constant]
Magnitude of fixed-point constant is too large
warning: fixed-point-magnitude.asm(13): [-Wlarge-constant]
Magnitude of fixed-point constant is too large