[Openmp-dev] Patch for PPC64LE architecture

Carlo Bertolli cbertol at us.ibm.com
Wed Oct 22 19:50:13 PDT 2014


Hi all

The following patch is to support the PPC64LE (little endian) architecture.

Please note that in the source code I distinguished the two architectures
with two different macros (KMP_ARCH_PPC64 and KMP_ARCH_PPC64LE).
However, the two macros are currently always used together and the
compilation path is precisely the same.
I did this because I wanted to make sure that in the future we are able to
distinguish them.


Please let me know your thoughts.


(See attached file: ppc64le_patch.txt)


Thanks

-- Carlo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/openmp-dev/attachments/20141022/91e6f2a9/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ppc64le_patch.txt
Type: application/octet-stream
Size: 14927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-dev/attachments/20141022/91e6f2a9/attachment.obj>


More information about the Openmp-dev mailing list