mirror of
https://github.com/open-goal/jak-project
synced 2026-08-10 03:06:18 -04:00
[goalc] fix mod bug and add div tests (#1296)
* fix mod bug and add div tests * update changelog
This commit is contained in:
@@ -219,4 +219,5 @@
|
||||
## V0.9 Large change to macro expansion and constant propagation
|
||||
The compiler is now much more aggressive in where and how it expands macros and handles expressions at compiler time.
|
||||
- Several places where macros could be incorrectly executed more than once (possibly causing unwanted side effects) have been fixed.
|
||||
- Fixed bug in size calculation of non-inline stack arrays. Previous behavior was a compiler assert.
|
||||
- Fixed bug in size calculation of non-inline stack arrays. Previous behavior was a compiler assert.
|
||||
- Correctly handle `mod` for unsigned numbers. Previous behavior was to treat all inputs as 32-bit signed integers.
|
||||
Reference in New Issue
Block a user