]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Fix ppc64 support for ceph 16753/head
authorBoris Ranto <branto@redhat.com>
Mon, 31 Jul 2017 17:50:23 +0000 (19:50 +0200)
committerBoris Ranto <branto@redhat.com>
Fri, 4 Aug 2017 08:56:03 +0000 (10:56 +0200)
commit2172dfb5945bba35a396fb40b04a438fc434b08a
treee9eaa1e1da8421374a7ae7a96ac211f637e5d13b
parent31cd44fd8c176b92351613363201779515f1e19d
Fix ppc64 support for ceph

The ppc64 support requires a couple of changes:
- adding the ppc64 support to cmake
- changing optimized crc32 code to compile on ppc64le only
- moving ifdef condition before crc32_align to avoid defined but not
used warning

Signed-off-by: Boris Ranto <branto@redhat.com>
cmake/modules/SIMDExt.cmake
src/CMakeLists.txt
src/arch/ppc.c
src/common/crc32c_ppc.c