vnmakarov / mir

A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR
MIT License
2.29k stars 145 forks source link

invalid instructions on ppc64 B.E #102

Open bencz opened 4 years ago

bencz commented 4 years ago

Hi I did the "make test" on my PowerMac G5 and I got some 'illegal instructions' error on the tests I did the same test on my ppc64le too, attached the results of the tests

out_ppc64le.txt out_ppc64_g5.txt

vnmakarov commented 4 years ago

G5 is basically power4 which implements very old PowerISA (v2.00). Currently MIR supports power processors starting with power7 (isa starting with PowerISA v.2.6).