Skip to content

Commit

Permalink
gas64: update changelog.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jayrm committed Nov 26, 2023
1 parent bada9f0 commit 2a881f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Expand Up @@ -14,6 +14,9 @@ Version 1.20.0
- fbc: Add warning for suspicious arg passed to BYREF AS ANY (dkl)
- fbc: #ELSEIFDEF and #ELSEIFNDEF pre-processor conditional compilation directives
- set default procedure linkage with '#pragma private [=value]' or '#pragma push( private [,value] )'
- gas64: optimizations: simplify some operations where one operand is zero (0)
- gas64: optimizations: storage of registers with branching
- gas64: optimizations: Replace some CMP instructions with TEST instruction

[fixed]
- github #410: give consistent floating point comparisons results involving NaNs.
Expand All @@ -27,6 +30,7 @@ Version 1.20.0
- sf.net #989: gas64: "rsi" replaced with "r11" in some symbols (SARG)
- gas64: NEW UBYTE/BYTE[count] not handled (SARG)
- sf.net #988: (regression) re-allow overloaded non-indexed array arguments - Can't pass UDT member array to an overloaded sub
- gas64: 'SI' word found in cvtsi2ss wrongly releasing RSI register


Version 1.10.1
Expand Down

0 comments on commit 2a881f0

Please sign in to comment.