Signed vs. unsigned compares

Paul Koning paulkoning@comcast.net
Fri Jun 17 15:32:52 GMT 2022


Question for target code:

In expanding a longer-than-word compare, I need to do things differently depending on whether a signed vs. unsigned compare is needed.  But it seems the compare operation applies to either.  How can I do this in the target code?

	paul



More information about the Gcc mailing list