mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-08-10 22:24:59 +00:00
Generate more efficient code for certain subtractions.
This affects 16-bit subtractions where where only the left operand is "complex" (i.e. most things other than constants and simple loads). They were using an unnecessarily complicated code path suitable for the case where both operands are complex.
This commit is contained in:
Reference in New Issue
Block a user