Skip to content

Add support for PPC64LE

Kyle Brenneman requested to merge github/fork/kbrenneman/ppc64le-support-v3 into master

Created by: kbrenneman

This change adds support for PPC64 little-endian systems.

The first change is all the structural stuff -- the configure script, makefiles, and adding new source files. There's placeholder comments for where the assembly code and other architecture-specific stuff would need to go.

The remaining changes fill in the assembly code in each file.

Merge request reports