Open redstar opened 8 years ago
It turns out that there is still an ABI problem with ppc/ppc64. I fixed most of it but not yet everything.
The ABI fixes are now good enough that LDC can compile itself. There's still an error left...
@redstar What's the status of this?
On PPC64 there is an assertion failure while compiling
std.math
:In
toir.cpp
, line 1195, anICmp
instruction is generated. The assertion is triggered because both operands have floating point type.