When trying to build the program on PowerPC, compilaton failed because of x86-specific header files for intrinsics. However, they seem to be unused, as removing these includes from src/system_includes.h allowed to build Miton just fine. Consider the following pseudo-patch:
When trying to build the program on PowerPC, compilaton failed because of x86-specific header files for intrinsics. However, they seem to be unused, as removing these includes from
src/system_includes.h
allowed to build Miton just fine. Consider the following pseudo-patch: