Skip to content

PPC NCG: Simple 64-bit condition code on 32-bit

Peter Trommler requested to merge wip/T16094 into master

Provide a simple implementation for 64-bit integer compares on 32-bit systems. This is only required for hand-written Cmm code.

Fixes #16094 (closed).

Merge request reports