Skip to content

Big endian fixes

Doug Nazar requested to merge dougnazar/orc:big-endian-fixes into master

Ran into a few issue adding double & int64 support to powerpc.

  • Using union64's x2 members aren't endian safe
  • The exec test wasn't creating the parameters/constants as the correct type
  • I found it very useful while developing to be able to specify a single opcode to test

Merge request reports