You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cbranch pattern is totally broken for signed comparisons. First, we really support only equal length parameters. And second, the algorithm for turning signed into unsigned comparison is flawed.
The text was updated successfully, but these errors were encountered:
- Fix for a critical pru-gcc bug in signed comparison code generation (issue #1 in github).
- Add LOOP/ILOOP instructions to GAS.
- Initial version of PRU ISA simulator. There is no I/O support, so it will be useful mainly for verifying and testing pru-gcc.
Signed-off-by: Dimitar Dimitrov <dinuxbg@gmail.com>
The cbranch pattern is totally broken for signed comparisons. First, we really support only equal length parameters. And second, the algorithm for turning signed into unsigned comparison is flawed.
The text was updated successfully, but these errors were encountered: